From 25cced08b8a3f0c55c48bd792a052fc7a5ecef6e Mon Sep 17 00:00:00 2001 From: makspll Date: Tue, 14 Jan 2025 13:24:06 +0000 Subject: [PATCH] chore: fix edit url --- docs/book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book.toml b/docs/book.toml index 942cf5d258..dd964e129a 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -9,4 +9,4 @@ description = "Documentation for the Bevy Scripting library" [output.html] additional-js = ["multi-code-block.js"] git-repository-url = "https://github.com/makspll/bevy_mod_scripting" -edit-url-template = "https://github.com/makspll/bevy_mod_scripting/edit/main/{path}" +edit-url-template = "https://github.com/makspll/bevy_mod_scripting/edit/main/docs/{path}"