From ac8715c1521067727f378446513cd62a595c1ec3 Mon Sep 17 00:00:00 2001 From: Tyler Jaacks Date: Thu, 5 Sep 2024 21:06:50 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a3a7c1..9b1a643 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ See the [Quickstart](https://github.com/WinDurango/WinDurango/wiki/Quickstart) p ## Building See [BUILDING.md](docs/BUILDING.md) for setup. -When writing code, check the [STYLE_GUIDE](docs/STYLE_GUIDE.md) +When writing code, check the [STYLE_GUIDE.md](docs/STYLE_GUIDE.md) and be sure to run clang-format! ## Contributors Wanted! @@ -48,7 +48,7 @@ Have some spare time, know C++ and have knowledge about Windows interals, and want to write code for the world's first Microsoft Xbox One compatiablity layer? Contribute! -**For general rules and guidelines please see [CONTRIBUTING.md](.github/CONTRIBUTING.md).** +**For general rules and guidelines please see [CONTRIBUTING.md](docs/CONTRIBUTING.md).** See more projects [good for contributors](https://github.com/WinDurango/WinDurango/labels/good%20first%20issue). It's a good idea to ask on Discord and check the issues page before beginning work on something.