Skip to content

Commit e0784d0

Browse files
authored
Merge pull request travis-ci#1229 from travis-ci/ha-edit-link-fix
Fix GitHub edit link
2 parents 796bda6 + e5930bb commit e0784d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<main id="main" class="main" data-swiftype-index='true'>
1616
{% unless page.no_header %}
17-
<aside class="improve-page"><a href="{{ site.docs_github }}edit/gh-pages/{{ page.path }}" target="_blank" title="Edit this page on GitHub" class="button-pen" data-proofer-ignore>Improve this page on GitHub</a></aside>
17+
<aside class="improve-page"><a href="{{ site.docs_github }}edit/master/{{ page.path }}" target="_blank" title="Edit this page on GitHub" class="button-pen" data-proofer-ignore>Improve this page on GitHub</a></aside>
1818
<h1 class="title">{{ page.title }}</h1>
1919
{% endunless %}
2020
{{ content }}

0 commit comments

Comments
 (0)