Skip to content

Commit 4cfbf28

Browse files
Broken link
The {{ site.branch }} returns an empty string which generates a broken link. I replaced it directly with "master" like it's generated in the in [nav.html](https://github.com/github/opensource.guide/blob/503dbe10704482b0529bc3cf568f81e3206910c0/_includes/nav.html#L12).
1 parent 503dbe1 commit 4cfbf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h3 class="alt-h3 mb-3">{{ t.footer.contribute.heading }}</h3>
1010
<p class="mb-3 p-large">{{ t.footer.contribute.description }}</p>
1111
<p>
12-
<a data-proofer-ignore href="https://github.com/{{ site.github.repository_nwo }}/edit/{{ site.branch }}/{{ page.path }}" class="btn btn-outline">
12+
<a data-proofer-ignore href="https://github.com/{{ site.github.repository_nwo }}/edit/master/{{ page.path }}" class="btn btn-outline">
1313
{{ t.footer.contribute.button }}
1414
</a>
1515
</p>

0 commit comments

Comments
 (0)