From edc1ce19149414be6749d9b9562eade3967bd484 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 22 Aug 2022 18:10:25 +0200 Subject: [PATCH] fix quick-edit link --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 51dc8ecb0..c86ec5638 100644 --- a/book.toml +++ b/book.toml @@ -15,7 +15,7 @@ command = "mdbook-mermaid" [output.html] git-repository-url = "https://github.com/rust-lang/rustc-dev-guide" -edit-url-template = "https://github.com/rust-lang/rustc-dev-guide/tree/master/{path}?mode=edit" +edit-url-template = "https://github.com/rust-lang/rustc-dev-guide/edit/master/{path}" additional-js = ["mermaid.min.js", "mermaid-init.js"] [output.html.fold]