Skip to content

Commit 614431f

Browse files
authored
chore: fix edit url in mdbook (#207)
chore: fix edit url
1 parent 39cf747 commit 614431f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ description = "Documentation for the Bevy Scripting library"
99
[output.html]
1010
additional-js = ["multi-code-block.js"]
1111
git-repository-url = "https://github.com/makspll/bevy_mod_scripting"
12-
edit-url-template = "https://github.com/makspll/bevy_mod_scripting/edit/main/{path}"
12+
edit-url-template = "https://github.com/makspll/bevy_mod_scripting/edit/main/docs/{path}"

0 commit comments

Comments
 (0)