From 7629ac13f7267ac479164d54776a8c9cbe39e86c Mon Sep 17 00:00:00 2001
From: Michael Kohlhase <m.kohlhase@jacobs-university.de>
Date: Fri, 25 Aug 2017 09:05:46 +0200
Subject: [PATCH] correct fragid

---
 _includes/footer.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_includes/footer.html b/_includes/footer.html
index af2f741..8e91721 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -24,8 +24,8 @@
         <a href="{{site.repository}}/edit/master/{% if page.source %}{{ page.source }}{% else %}{{ page.path }}{% endif %}" title="Edit this page" class="waves-effect waves-teal btn-flat">
           <i class="fa fa-pencil-square-o" aria-hidden="true"></i> Edit this page
         </a>
-        
-        <a href="{{site.repository}}/#repository-holding-the-sources-of-the-KWARC.info-website" title="How to edit" class="waves-effect waves-teal btn-flat">
+        <a href="{{site.repository}}/#repository-holding-the-sources-of-the-kwarcinfo-website"
+	    title="How to edit" class="waves-effect waves-teal btn-flat">
             <i class="fa fa-question-circle" aria-hidden="true"></i> How to edit
         </a>
       </div>
-- 
GitLab