]> git.lizzy.rs Git - hydra-dragonfire.git/commitdiff
Fix links in doc
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 30 May 2022 14:23:09 +0000 (16:23 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 30 May 2022 14:23:09 +0000 (16:23 +0200)
doc/api.md
doc/client_pkts.md
doc/server_pkts.md

index 13516ec09251c9981552b9121ddae85f8ed58675..8dda81e8e5f4c926969d457e60c77b7c6b6a0ebe 100644 (file)
@@ -18,7 +18,7 @@ Hydra uses gopher-lua, Lua 5.1
 
 ## Standard library additions
 
-Source: [builtin/luax](../bultin/luax).
+Source code: [luax](https://github.com/EliasFleckenstein03/luax).
 
 - `table.indexof(list, val)`
 - `table.copy(t, seen)`
index a326ff3a2c674d40ce3f76b502e8a4411e2400c6..7f967a082a61eaac6f1d5ecbd7974d5f2a0b2a07 100644 (file)
@@ -1,4 +1,4 @@
 # Client Packets
 TODO: automatically generate documentation from spec.
 
-For now, have a look at [spec](spec/client/)
+For now, have a look at [spec/client](../spec/client)
index 9f9875ab407cecb6d2804b38696fbc9e75711086..0b343673f99e7c503a38337f7a4105ac74af5013 100644 (file)
@@ -1,4 +1,4 @@
 # Server Packets
 TODO: automatically generate documentation from spec.
 
-For now, have a look at [spec](spec/server/)
+For now, have a look at [spec/server](../spec/server)