From bdaec5436ed2473e6f5cbb4fb41e0835106ee4fa Mon Sep 17 00:00:00 2001 From: Tchips46 Date: Wed, 9 Sep 2026 13:45:28 +0200 Subject: [PATCH] fix(docs): dead links in network index docs --- docs/docs/network/index.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/network/index.mdx b/docs/docs/network/index.mdx index 7c1e3c9c..e29960a8 100644 --- a/docs/docs/network/index.mdx +++ b/docs/docs/network/index.mdx @@ -16,8 +16,8 @@ This page describes the engine's networking libraries: `network-server` and `net ## Related Pages -- [Network Client](network-client) -- [Network Server](network-server) -- [Packet Framing](packet-framing) -- [Network Server API](network-server-api) -- [Network Client API](network-client-api) +- [Network Client](./network-client) +- [Network Server](./network-server) +- [Packet Framing](./packet-framing) +- [Network Server API](./network-server-api) +- [Network Client API](./network-client-api)