about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-02-07 17:57:16 +0100
committerGitHub <noreply@github.com>2023-02-07 17:57:16 +0100
commitc149682ea079e2fd79f3df1295047833bc453890 (patch)
tree7e60cba7e9d2dd7041160907515a8198355da8a1 /src/doc
parentcf7aa572798d1a1ab67e39e693062c2b52536463 (diff)
parent63dc0b86beb75bca4a2aa81f36f08bb3551c5d52 (diff)
downloadrust-c149682ea079e2fd79f3df1295047833bc453890.tar.gz
rust-c149682ea079e2fd79f3df1295047833bc453890.zip
Rollup merge of #107749 - tshepang:editing-convenience, r=michaelwoerister
allow quick-edit convenience
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc/book.toml1
1 files changed, 1 insertions, 0 deletions
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}"