From 28ba8ee9a089711820df218cdf7b879cdd960ab2 Mon Sep 17 00:00:00 2001 From: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Date: Sat, 18 Sep 2021 22:55:28 -0700 Subject: [PATCH] Fixes some mispathed markdown links in the readme/contribution file (#61494) --- .github/CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3d1ceaf3764..f10b4b26d5d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -104,7 +104,7 @@ Things you **CAN'T** do: [Policy configuration system](./guides/POLICYCONFIG.md) -[Hard deletes](./guides/HARDDEL.md) +[Hard deletes](./guides/HARDDELETES.md) [UI Development](../tgui/README.md) diff --git a/README.md b/README.md index 268bca33ab5..b10a2e1a15f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ On **2021-01-04** we have changed the way to compile the codebase. **The quick way**. Find `bin/server.cmd` in this folder and double click it to automatically build and host the server on port 1337. -**The long way**. Find `bin/build.cmd` in this folder, and double click it to initiate the build. It consists of multiple steps and might take around 1-5 minutes to compile. If it closes, it means it has finished its job. You can then [setup the server](.github/RUNNING_A_SERVER.md) normally by opening `tgstation.dmb` in DreamDaemon. +**The long way**. Find `bin/build.cmd` in this folder, and double click it to initiate the build. It consists of multiple steps and might take around 1-5 minutes to compile. If it closes, it means it has finished its job. You can then [setup the server](.github/guides/RUNNING_A_SERVER.md) normally by opening `tgstation.dmb` in DreamDaemon. **Building tgstation in DreamMaker directly is now deprecated and might produce errors**, such as `'tgui.bundle.js': cannot find file`.