From 7cac5c0a57491b7447a7733b640a28f9924b08ce Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Wed, 05 Feb 2020 22:51:48 +0000
Subject: [PATCH] update

---
 exampleSite/config.toml       |    2 +-
 exampleSite/content/_index.md |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 91780bb..b820a90 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -10,7 +10,7 @@
 [[menu.main]]
     name = "Docs"
     weight = 2
-    url = "/docs/"
+    url = "docs/"
 
 [markup]
   [markup.goldmark]
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index ba343d9..e6093f2 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -13,7 +13,7 @@
 
 Note that the theme is built with simplicity in mind. This way, if a suggestion complicates the usability of the theme, it may be declined. New users are always welcome!
 
-{{< button "/docs/" "Read the Docs" >}} {{< button "https://github.com/onweru/compose" "Download Theme" >}}
+{{< button "docs/" "Read the Docs" >}} {{< button "https://github.com/onweru/compose" "Download Theme" >}}
 
 {{< /column >}}
 {{< column >}}

--
Gitblit v1.10.0