summaryrefslogtreecommitdiffstats
path: root/src/doc/reference/book.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/doc/reference/book.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/reference/book.toml b/src/doc/reference/book.toml
index 2bc218fe4..19b9afc79 100644
--- a/src/doc/reference/book.toml
+++ b/src/doc/reference/book.toml
@@ -6,6 +6,7 @@ author = "The Rust Project Developers"
[output.html]
additional-css = ["theme/reference.css"]
git-repository-url = "https://github.com/rust-lang/reference/"
+edit-url-template = "https://github.com/rust-lang/reference/edit/master/{path}"
[output.html.redirect]
"/expressions/enum-variant-expr.html" = "struct-expr.html"