From: Elias Fleckenstein Date: Mon, 30 May 2022 14:23:09 +0000 (+0200) Subject: Fix links in doc X-Git-Tag: v0.1.0~2 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=99b00796d5c6bf1be7c30c692c941d9e0ac697de;p=hydra-dragonfire.git Fix links in doc --- diff --git a/doc/api.md b/doc/api.md index 13516ec..8dda81e 100644 --- a/doc/api.md +++ b/doc/api.md @@ -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)` diff --git a/doc/client_pkts.md b/doc/client_pkts.md index a326ff3..7f967a0 100644 --- a/doc/client_pkts.md +++ b/doc/client_pkts.md @@ -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) diff --git a/doc/server_pkts.md b/doc/server_pkts.md index 9f9875a..0b34367 100644 --- a/doc/server_pkts.md +++ b/doc/server_pkts.md @@ -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)