Skip to content

Commit f09f5fc

Browse files
committed
Fix Edit on GitHub link in user docs
1 parent 0c7a3c2 commit f09f5fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_includes/doc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1 class="post-title">{% if include.truncate %}<a href="{{ page.url | absolute_
1818
{% else %}
1919
{{ content }}
2020

21-
<p><a class="edit-page-link" href="https://github.com/{{ site.ghrepo }}/tree/gh-pages/{{ page.path }}" target="_blank">Edit on GitHub</a></p>
21+
<p><a class="edit-page-link" href="https://github.com/{{ site.ghrepo }}/tree/master/docs/{{ page.path }}" target="_blank">Edit on GitHub</a></p>
2222
{% endif %}
2323
</article>
2424
{% include doc_paging.html %}

0 commit comments

Comments
 (0)