mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-14 19:07:41 +01:00
Merge pull request #5085 from mark-heptinstall/FixEditUriExample
Use edit in edit_uri example
This commit is contained in:
commit
cc0b4c5ec3
@ -109,7 +109,7 @@ resolves to the subfolder where your documentation is hosted.
|
|||||||
If your default branch is called `main`, change the setting to:
|
If your default branch is called `main`, change the setting to:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
edit_uri: blob/main/docs/
|
edit_uri: edit/main/docs/
|
||||||
```
|
```
|
||||||
|
|
||||||
After making sure that `edit_uri` is correctly configured, buttons for code
|
After making sure that `edit_uri` is correctly configured, buttons for code
|
||||||
|
Loading…
Reference in New Issue
Block a user