From 32d8a4e91d069c23cb2c509e24314e6495d62316 Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 10 Mar 2022 16:09:42 -0500 Subject: [PATCH] Fix broken documentation links (#65376) --- .github/guides/RUNNING_A_SERVER.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/guides/RUNNING_A_SERVER.md b/.github/guides/RUNNING_A_SERVER.md index 5ffef57f6ee60..095c33d20710f 100644 --- a/.github/guides/RUNNING_A_SERVER.md +++ b/.github/guides/RUNNING_A_SERVER.md @@ -68,11 +68,11 @@ https://github.com/tgstation/tgstation-server If you decide to go this route, here are /tg/ specific details on hosting with TGS. - We have two directories which should be setup in the instance's `Configuration/GameStaticFiles` directory: - - `config` should be where you place your production configuration. Overwrites the default contents of the repo's [config](../config) directory. + - `config` should be where you place your production configuration. Overwrites the default contents of the repo's [config](../../config) directory. - `data` should be initially created as an empty directory. The game stores persistent data here. -- You should incorporate our [custom build scripts for TGS4](../tools/tgs4_scripts) in the instance's `Configuration/EventScripts` directory. These handle including TGUI in the build and setting up rust-g on Linux. +- You should incorporate our [custom build scripts for TGS4](../../tools/tgs4_scripts) in the instance's `Configuration/EventScripts` directory. These handle including TGUI in the build and setting up rust-g on Linux. - Deployment security level must be set to `Trusted` or it will likely fail due to our native library usage. -- We highly recommend using the BYOND version specified in [dependencies.sh](../dependencies.sh) to avoid potential unrecorded issues. +- We highly recommend using the BYOND version specified in [dependencies.sh](../../dependencies.sh) to avoid potential unrecorded issues. ## SQL SETUP