Skip to content

Commit

Permalink
Merge pull request #5085 from mark-heptinstall/FixEditUriExample
Browse files Browse the repository at this point in the history
Use edit in edit_uri example
  • Loading branch information
squidfunk authored Feb 26, 2023
2 parents a840299 + 7643467 commit cc0b4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/adding-a-git-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ resolves to the subfolder where your documentation is hosted.
If your default branch is called `main`, change the setting to:

``` yaml
edit_uri: blob/main/docs/
edit_uri: edit/main/docs/
```

After making sure that `edit_uri` is correctly configured, buttons for code
Expand Down

0 comments on commit cc0b4c5

Please sign in to comment.