From 02fa7300160b70c93bc230419f0a49b150e2fe5f Mon Sep 17 00:00:00 2001
From: Michal Cyprian <michal@platform.sh>
Date: Thu, 4 Oct 2018 16:11:14 +0200
Subject: [PATCH] Fix GitHub link on index page

---
 hello/templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hello/templates/base.html b/hello/templates/base.html
index 631c2af..b958e67 100644
--- a/hello/templates/base.html
+++ b/hello/templates/base.html
@@ -40,7 +40,7 @@
 
       <footer class="mastfoot mt-auto">
         <div class="inner">
-          <p>You can find the source of this example on <a href="https://github.com/platformsh/platformsh-example-django">https://github.com/platformsh/platformsh-example-django-2</a></p>
+          <p>You can find the source of this example on <a href="https://github.com/platformsh/platformsh-example-django-2">https://github.com/platformsh/platformsh-example-django-2</a></p>
         </div>
       </footer>
     </div>
-- 
GitLab