From f1f44ccda212c96178cb2e7dc07c1572c3da99a7 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Fri, 25 Mar 2016 11:46:09 -0600
Subject: [PATCH] Fix links

---
 config.toml     | 4 ++--
 content/docs.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.toml b/config.toml
index a6b90a25..b972251a 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 26925837..b86e58c4 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.
-- 
GitLab