From 66a9dbb34bcfbf92abe3d7890db10a09d9a0465a Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Fri, 29 Sep 2023 18:08:14 +0200 Subject: Fix broken link to server settings pages (#229) Link was broken in #218 Co-authored-by: NoCatt <86153630+NoCatt@users.noreply.github.com> --- docs/hosting-a-server-with-northstar/basic-listen-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hosting-a-server-with-northstar/basic-listen-server.md b/docs/hosting-a-server-with-northstar/basic-listen-server.md index ddeabb1..e76c796 100644 --- a/docs/hosting-a-server-with-northstar/basic-listen-server.md +++ b/docs/hosting-a-server-with-northstar/basic-listen-server.md @@ -48,8 +48,8 @@ sv_cheats 1; script GameRules_ChangeMap( "mp_forwardbase_kodai", "ctf" ); sv_che ``` replace `mp_forwardbase_kodai` and `ctf` with your desired map and gamemode.\ -The list of maps can be found [here](dedicated-server/#maps).\ -The list of gamemodes [here](dedicated-server/#gamemodes). +The list of maps can be found [here](server-settings/file-names.md#maps).\ +The list of gamemodes [here](server-settings/file-names.md#vanilla). If someone keeps messing with the settings, set `ns_private_match_only_host_can_change_settings` to `2`, so that only you can change them. -- cgit v1.2.3