Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf30528a

Browse files
author
markzegarelli
authored
Target the correct branch for page edits
1 parentb512ae3 commitf30528a

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-
<ahref="{{site.env.REPOSITORY_URL}}/edit/master/src/{{ page.path }}"class="button edit flex no-icon"target="_blank">
3+
<ahref="{{site.env.REPOSITORY_URL}}/edit/develop/src/{{ page.path }}"class="button edit flex no-icon"target="_blank">
44
<spanclass="button__icon">{% include icons/symbols/edit.svg %}</span>
55

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp