diff --git a/mkdocs.yml b/mkdocs.yml
index 3921d6fd0461860594a2cc30e7a59be88a71a0ce..432a9dbbd2bcf3d0fcd69aa9532eb3cfd655c030 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -10,15 +10,15 @@ edit_uri: ""
 nav:
   - Overview: index.md
   - Getting Started:
-      - Installation: Installation.md
-      - Platforms: Platforms.md
-      - How to run: Running.md
+      - Installation: installation.md
+      - Platforms: platforms.md
+      - How to run: running.md
       - ASFF: asff.md
-  - Flags: Flags_and_commands.md
+  - Flags: flags_and_commands.md
   - Configuration Options:
-      - Understanding the yamls: Controls.md
-      - Architecture: Architecture.md
-  - Contributing: Contributing.md
+      - Understanding the yamls: controls.md
+      - Architecture: architecture.md
+  - Contributing: contributing.md
 
 markdown_extensions:
   - pymdownx.highlight