Skip to content

Commit 3c7795c

Browse files
authored
main branch is not always "master" these days
1 parent 9349204 commit 3c7795c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/src/format/configuration/renderers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ The following configuration options are available:
150150
- **edit-url-template:** Edit url template, when provided shows a
151151
"Suggest an edit" button (which looks like <i class="fa fa-edit"></i>) for directly jumping to editing the currently
152152
viewed page. For e.g. GitHub projects set this to
153-
`https://github.com/<owner>/<repo>/edit/master/{path}` or for
153+
`https://github.com/<owner>/<repo>/edit/<branch>/{path}` or for
154154
Bitbucket projects set it to
155-
`https://bitbucket.org/<owner>/<repo>/src/master/{path}?mode=edit`
155+
`https://bitbucket.org/<owner>/<repo>/src/<branch>/{path}?mode=edit`
156156
where {path} will be replaced with the full path of the file in the
157157
repository.
158158
- **input-404:** The name of the markdown file used for missing files.

0 commit comments

Comments
 (0)