diff --git a/guide/src/format/configuration/renderers.md b/guide/src/format/configuration/renderers.md
index 4e1c49da..7e743014 100644
--- a/guide/src/format/configuration/renderers.md
+++ b/guide/src/format/configuration/renderers.md
@@ -150,9 +150,9 @@ The following configuration options are available:
- **edit-url-template:** Edit url template, when provided shows a
"Suggest an edit" button (which looks like ) for directly jumping to editing the currently
viewed page. For e.g. GitHub projects set this to
- `https://github.com///edit/master/{path}` or for
+ `https://github.com///edit//{path}` or for
Bitbucket projects set it to
- `https://bitbucket.org///src/master/{path}?mode=edit`
+ `https://bitbucket.org///src//{path}?mode=edit`
where {path} will be replaced with the full path of the file in the
repository.
- **input-404:** The name of the markdown file used for missing files.