From: Tshepang Mbambo Date: Tue, 7 Feb 2023 02:41:13 +0000 (+0200) Subject: allow quick-edit convenience X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=63dc0b86beb75bca4a2aa81f36f08bb3551c5d52;p=rust.git allow quick-edit convenience --- diff --git a/src/doc/rustc/book.toml b/src/doc/rustc/book.toml index 372350403e2..cea6033ede2 100644 --- a/src/doc/rustc/book.toml +++ b/src/doc/rustc/book.toml @@ -5,3 +5,4 @@ title = "The rustc book" [output.html] git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/rustc" +edit-url-template = "https://github.com/rust-lang/rust/edit/master/src/doc/rustc/{path}"