diff --git a/doc/contributing/developing.md b/doc/contribute/developing.md
similarity index 100%
rename from doc/contributing/developing.md
rename to doc/contribute/developing.md
diff --git a/doc/contributing/documenting.md b/doc/contribute/documenting.md
similarity index 96%
rename from doc/contributing/documenting.md
rename to doc/contribute/documenting.md
index 5545cbb19ce91af87ad7e67ad6b8eadde8b1de36..9708c6c8a8f7e6eb41df259ecdcadfa3b87b9c67 100644
--- a/doc/contributing/documenting.md
+++ b/doc/contribute/documenting.md
@@ -77,17 +77,17 @@ git checkout develop
 
 * On Linux/macOS:
 
-  ```bash
-  python3 -m venv venv # Linux/macOS
-  source venv/bin/activate #Linux/macOS
-  ```
+```bash
+python3 -m venv venv # Linux/macOS
+source venv/bin/activate #Linux/macOS
+```
 
 * On Windows:
 
-  ```bash
-  python -m venv venv # Windows
-  venv\Scripts\activate # Windows
-  ```
+```bash
+python -m venv venv # Windows
+venv\Scripts\activate # Windows
+```
 
 4) Setup a local ``mkdocs`` server by installing requirements:
 
diff --git a/doc/contributing/wishlist.md b/doc/contribute/wishlist.md
similarity index 100%
rename from doc/contributing/wishlist.md
rename to doc/contribute/wishlist.md