Skip to content

Commit 4647b6f

Browse files
authored
Missed two more references to master (#2849)
1 parent 483484d commit 4647b6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ comments:
3939
colorscheme : # "light" (default), "dark"
4040
staticman:
4141
allowedFields : # ['name', 'email', 'url', 'message']
42-
branch : # "master"
42+
branch : # "main"
4343
commitMessage : # "New comment."
4444
filename : # comment-{@timestamp}
4545
format : # "yml"

docs/_includes/editlink.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
{% assign path = page.path %}
55
{% endif %}
66

7-
<a href="https://github.com/{{ site.repository }}/edit/master/docs/{{ path }}"><i class="far fa-edit"></i> Edit this page</a>
7+
<a href="https://github.com/{{ site.repository }}/edit/main/docs/{{ path }}"><i class="far fa-edit"></i> Edit this page</a>

0 commit comments

Comments
 (0)