From 6780eae0c42d8dc1c5a028fe9ff6f515c4e28bff Mon Sep 17 00:00:00 2001 From: James Date: Fri, 1 Mar 2024 14:40:17 -0600 Subject: [PATCH] fix dead links --- docs/api/network/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/network/index.md b/docs/api/network/index.md index 69b70c78..32efad8a 100644 --- a/docs/api/network/index.md +++ b/docs/api/network/index.md @@ -18,7 +18,7 @@ Whether or not the object created is reliable. Defaults to true **Returns** -* **[**EventClient | EventServer**](/api/network/server)** +* **[**EventClient | EventServer**](/api/network/server/event)** --- @@ -36,4 +36,4 @@ Whether or not the object created is reliable. Defaults to true **Returns** -* **[**FunctionClient | FunctionServer**](/api/network/server)** \ No newline at end of file +* **[**FunctionClient | FunctionServer**](/api/network/client/event)** \ No newline at end of file