From 5904a078380cde2d8d75ebafef1f4a876be437a0 Mon Sep 17 00:00:00 2001 From: Drathek <76988376+Drulikar@users.noreply.github.com> Date: Mon, 3 Jun 2024 00:44:58 -0700 Subject: [PATCH] Fix broken readme links (#6367) # About the pull request This PR is a follow up to #6325 fixing a couple broken links. # Changelog No player facing changes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b364589d7ce1..80f166648aa1 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,10 @@ This guide will get you set up with a Visual Studio Code development environment - ## [Contributing Rules](.github/CONTRIBUTING.md) This is our canonical, maintainer-maintained contributing guide, which contains information on our maintainer team structure and pull request rules. -- ## [Code Standards](github/guides/STANDARDS.md) +- ## [Code Standards](.github/guides/STANDARDS.md) Our standards documents details how to structure your code to comply with CM-SS13 code standards, and provides some information on DreamMaker quirks. -- ## [Code Style](github/guides/STYLES.md) +- ## [Code Style](.github/guides/STYLES.md) The styles document tells you how to style your code to match the rest of the code in our codebase. - ## [tgui README](tgui/README.md)