diff --git a/_includes/footer.html b/_includes/footer.html index fd9275a3521aa1a835cda7e93e3082553c7843ba..4b43766f558b720f8c82c711bcaec028b7daa096 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -21,7 +21,7 @@ <div class="col l2 s12"> <h5 class="white-text">Editing</h5> - <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"> + <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-kwarcinfo-website"