diff --git a/config.toml b/config.toml
index a6b90a25f756af360170a8fdbf7b766398eb73ac..b972251a2c53d158ba2feec0102f9adf2b51d33b 100644
--- a/config.toml
+++ b/config.toml
@@ -4,7 +4,7 @@ title = "Redox - Your Next(Gen) OS"
 
 [[menu.main]]
   name = "Docs"
-  url = "/docs.html"
+  url = "/docs/"
 [[menu.main]]
   name = "Forum"
   url = "https://discourse.redox-os.org/"
@@ -16,4 +16,4 @@ title = "Redox - Your Next(Gen) OS"
   url = "/news/"
 [[menu.main]]
   name = "Screenshots"
-  url = "/screens.html"
+  url = "/screens/"
diff --git a/content/docs.md b/content/docs.md
index 269258372b1fe5ae7242e85bd35ca54f17c3d1f3..b86e58c431d28667a2fe638c4ce8624a5406d7f8 100644
--- a/content/docs.md
+++ b/content/docs.md
@@ -18,4 +18,4 @@ We highly recommend that you start with the [Book](https://doc.redox-os.org/book
 
 ## Policies
 
-[Code of Conduct](/coc.html). Guidelines for participating in the Redox forums, github issues, and chat.
+[Code of Conduct](/coc/). Guidelines for participating in the Redox forums, github issues, and chat.