From 45337d5392ce6d6c5e1a85bb9d953a43e7648dec Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 23 Aug 2022 00:46:08 +0200 Subject: [PATCH] fix quick-edit link (#1441) --- 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]