From 5f15a75f7add618eeb8c734e8161893ee18468cd Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 1 Mar 2023 23:03:41 +0000 Subject: [PATCH] Little changes. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 626b2af..a488fe4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ If you're not fluent in Rust: * Writing documentation * Using/testing Redox, filing issues for bugs and needed features - * Web development ([Redox website repository](https://gitlab.redox-os.org/redox-os/website)) + * Web development ([Redox website](https://gitlab.redox-os.org/redox-os/website)) * Writing unit tests (may require minimal knowledge of Rust) If you are fluent in Rust, but not OS Development: @@ -58,8 +58,8 @@ For those who want to contribute to the Redox GUI, our GUI strategy has recently ## Best Practices and Guidelines -- [Redox Book Guide](https://doc.redox-os.org/book/ch11-00-best-practices.html) -- [Redox Book Guide](https://doc.redox-os.org/book/ch09-03-testing-practices.html) +- [Best Practices](https://doc.redox-os.org/book/ch11-00-best-practices.html) +- [Testing Practices](https://doc.redox-os.org/book/ch09-03-testing-practices.html) ## Style Guidelines