Skip to content

Commit f30528a

Browse files
author
markzegarelli
authored
Target the correct branch for page edits
1 parent b512ae3 commit f30528a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_includes/sidebar/edit-tools.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if site.os_links %}
22
<div>
3-
<a href="{{site.env.REPOSITORY_URL}}/edit/master/src/{{ page.path }}" class="button edit flex no-icon" target="_blank">
3+
<a href="{{site.env.REPOSITORY_URL}}/edit/develop/src/{{ page.path }}" class="button edit flex no-icon" target="_blank">
44
<span class="button__icon">{% include icons/symbols/edit.svg %}</span>
55

66
<span class="button__text">Edit this page</span>
@@ -12,4 +12,4 @@
1212
<span class="button__text">Request docs change</span>
1313
</a>
1414
</div>
15-
{% endif %}
15+
{% endif %}

0 commit comments

Comments
 (0)