about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2019-11-07 08:51:31 +0900
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-11-06 22:19:30 -0600
commit59adfcb500166008c6b7a1b02df45a76cb864c2b (patch)
tree5bca5d364ef4983a7824fb004f96ded0654b676a /src/doc/rustc-dev-guide
parente43f7e38be0cc48f063e428c5b8935899d983221 (diff)
downloadrust-59adfcb500166008c6b7a1b02df45a76cb864c2b.tar.gz
rust-59adfcb500166008c6b7a1b02df45a76cb864c2b.zip
Add link to git repository for book
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/book.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/book.toml b/src/doc/rustc-dev-guide/book.toml
index 82a6b59b03f..94b0e6d8c27 100644
--- a/src/doc/rustc-dev-guide/book.toml
+++ b/src/doc/rustc-dev-guide/book.toml
@@ -7,6 +7,7 @@ description = "A guide to developing rustc"
 create-missing = false
 
 [output.html]
+git-repository-url = "https://github.com/rust-lang/rustc-guide"
 
 [output.html.fold]
 enable = true