From 0f376baca74804239741a0329c0e745abcf02a2c Mon Sep 17 00:00:00 2001
From: mgreiff <marcusgreiff.93@hotmail.com>
Date: Thu, 18 Jan 2018 09:43:26 +0100
Subject: [PATCH] Fixed linkage of examples in index

---
 docs/build/index.md | 1 +
 docs/src/index.md   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/build/index.md b/docs/build/index.md
index 0040d56..8dd0680 100644
--- a/docs/build/index.md
+++ b/docs/build/index.md
@@ -10,6 +10,7 @@
 
 ## Examples
 
+- [Examples](examples/examples.md#Examples-1)
 - [Tests](examples/testing.md#Tests-1)
 
 
diff --git a/docs/src/index.md b/docs/src/index.md
index 50bfa4c..6532b2d 100644
--- a/docs/src/index.md
+++ b/docs/src/index.md
@@ -6,7 +6,7 @@ CurrentModule = LabConnections
 
 ## Examples
 ```@contents
-Pages = ["examples/example.md", "examples/testing.md"]
+Pages = ["examples/examples.md", "examples/testing.md"]
 Depth = 1
 ```
 
-- 
GitLab