From a73c600bfdc61071f701a4f3a8f0f1b6ad180f15 Mon Sep 17 00:00:00 2001 From: MisterCore <34574514+MisterCore@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:08:00 +0200 Subject: [PATCH] Fix using localhost url (#18) * Fix using localhost url * Made path relative --- docs/pages/server/addons/voicechat/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/server/addons/voicechat/index.md b/docs/pages/server/addons/voicechat/index.md index dbd1614..4ce9181 100644 --- a/docs/pages/server/addons/voicechat/index.md +++ b/docs/pages/server/addons/voicechat/index.md @@ -2,7 +2,7 @@ The VoiceChat integration provides a way to manage the voice chat server-side. ## Adding the Dependency -The VoiceChat integration is shipped with all official [server platform integration artifacts](http://localhost:8080/pages/server/#adding-the-labymod-4-server-api-as-a-dependency). If you are using the `core` artifact, you can add the following dependency to your project: +The VoiceChat integration is shipped with all official [server platform integration artifacts](/pages/server/#adding-the-labymod-4-server-api-as-a-dependency). If you are using the `core` artifact, you can add the following dependency to your project: ???+ danger "Important Note"