From eb67ab58aa0e083729a4b4906b2522842ccf4954 Mon Sep 17 00:00:00 2001
From: Alex Shpak <alex-shpak@users.noreply.github.com>
Date: Wed, 20 Feb 2019 10:37:48 +0100
Subject: Refactor theme to use relative urls everywhere

---
 exampleSite/content/menu/index.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

(limited to 'exampleSite/content/menu')

diff --git a/exampleSite/content/menu/index.md b/exampleSite/content/menu/index.md
index 0d22ef7..cc8634d 100644
--- a/exampleSite/content/menu/index.md
+++ b/exampleSite/content/menu/index.md
@@ -2,12 +2,12 @@
 headless: true
 ---
 
-- [**Introduction**]({{< ref "/" >}})
-- [Examples]({{< ref "/docs/examples.md" >}})
-  - [With Table of contents]({{< ref "/docs/with-toc.md" >}})
-  - [Without Table of Contents]({{< ref "/docs/without-toc.md" >}})  
+- [**Introduction**]({{< relref "/" >}})
+- [Examples]({{< relref "/docs/examples.md" >}})
+  - [With Table of contents]({{< relref "/docs/with-toc.md" >}})
+  - [Without Table of Contents]({{< relref "/docs/without-toc.md" >}})  
 - **More Examples**
-- [Server]({{< ref "/docs/server.md" >}})
-- [Client]({{< ref "/docs/client.md" >}})
-- [Advanced]({{< ref "/docs/advanced.md" >}})  
-- [**Blog**]({{< ref "/posts" >}})
+- [Server]({{< relref "/docs/server.md" >}})
+- [Client]({{< relref "/docs/client.md" >}})
+- [Advanced]({{< relref "/docs/advanced.md" >}})  
+- [**Blog**]({{< relref "/posts" >}})
-- 
cgit v1.2.3