Skip to content

Commit 28d60fb

Browse files
authored
Merge pull request #1254 from tshepang/quick-edit
allow to quickly edit a page directly on github
2 parents e647eb1 + d5d9829 commit 28d60fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author = "The Rust Project Developers"
66
[output.html]
77
additional-css = ["theme/reference.css"]
88
git-repository-url = "https://github.com/rust-lang/reference/"
9+
edit-url-template = "https://github.com/rust-lang/reference/edit/master/{path}"
910

1011
[output.html.redirect]
1112
"/expressions/enum-variant-expr.html" = "struct-expr.html"

0 commit comments

Comments
 (0)