We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b512ae3 commit f30528aCopy full SHA for f30528a
src/_includes/sidebar/edit-tools.html
@@ -1,6 +1,6 @@
1
{% if site.os_links %}
2
<div>
3
- <a href="{{site.env.REPOSITORY_URL}}/edit/master/src/{{ page.path }}" class="button edit flex no-icon" target="_blank">
+ <a href="{{site.env.REPOSITORY_URL}}/edit/develop/src/{{ page.path }}" class="button edit flex no-icon" target="_blank">
4
<span class="button__icon">{% include icons/symbols/edit.svg %}</span>
5
6
<span class="button__text">Edit this page</span>
@@ -12,4 +12,4 @@
12
<span class="button__text">Request docs change</span>
13
</a>
14
</div>
15
-{% endif %}
+{% endif %}
0 commit comments