File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
guide/src/format/configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,9 +150,9 @@ The following configuration options are available:
150
150
- ** edit-url-template:** Edit url template, when provided shows a
151
151
"Suggest an edit" button (which looks like <i class =" fa fa-edit " ></i >) for directly jumping to editing the currently
152
152
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
154
154
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 `
156
156
where {path} will be replaced with the full path of the file in the
157
157
repository.
158
158
- ** input-404:** The name of the markdown file used for missing files.
You can’t perform that action at this time.
0 commit comments