Fixed path in "Improve this page" link in Tutorials section

The path in the "Improve this page" link that is auto-generated in the Tutorials section had an incorrect parameter. This PR fixes it.
This commit is contained in:
Tom Johnson 2017-03-13 09:55:27 -07:00 committed by GitHub
parent b87a4358ee
commit 99775e4b51
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ layout: default
<div class="unit four-fifths">
<article>
<div class="improve right hide-on-mobiles">
<a href="https://github.com/jekyll/jekyll/edit/master/tutorials/{{ page.path }}"><i
<a href="https://github.com/jekyll/jekyll/edit/master/docs/{{ page.path }}"><i
class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<h1>{{ page.title }}</h1>