From 6845f811f14e24b3c4b41712d5596df0a044829b Mon Sep 17 00:00:00 2001
From: Ribbon <peer_64x@protonmail.com>
Date: Wed, 1 Mar 2023 21:36:59 +0000
Subject: [PATCH] Little changes.

---
 CONTRIBUTING.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a7ac16bfa..626b2aff7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -34,15 +34,15 @@ If you're not fluent in Rust:
 
  * Writing documentation
  * Using/testing Redox, filing issues for bugs and needed features
- * Web development ([Redox website, separate repo](https://gitlab.redox-os.org/redox-os/website))
- * Writing unit tests (may require minimal knowledge of rust)
+ * Web development ([Redox website repository](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:
 
  * Port applications written in Rust to Redox
  * Rewritten-in-Rust libc ([relibc](https://gitlab.redox-os.org/redox-os/relibc))
  * Shell ([Ion](https://gitlab.redox-os.org/redox-os/ion))
- * Package manager ([pkgutils](https://gitlab.redox-os.org/redox-os/pkgutils))
+ * Package Manager ([pkgutils](https://gitlab.redox-os.org/redox-os/pkgutils))
 
 If you are fluent in Rust, and have experience with OS Dev:
 
-- 
GitLab