about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlzutao <taolzu@gmail.com>2020-04-01 19:10:19 +0700
committerGitHub <noreply@github.com>2020-04-01 19:10:19 +0700
commite39f542c552995173fc49910f5de5b7abfa0bd1a (patch)
tree72c2fbab09c41e83660a1b6db7fca0f94ac27772
parent99009bf31992fb9257b84550dbf7cb509f987952 (diff)
downloadrust-e39f542c552995173fc49910f5de5b7abfa0bd1a.tar.gz
rust-e39f542c552995173fc49910f5de5b7abfa0bd1a.zip
Add git repo address to unstable book
-rw-r--r--src/doc/unstable-book/book.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc/unstable-book/book.toml b/src/doc/unstable-book/book.toml
index 5b2e19bd7aa..0cd56d09404 100644
--- a/src/doc/unstable-book/book.toml
+++ b/src/doc/unstable-book/book.toml
@@ -1,3 +1,6 @@
 [book]
 title = "The Rust Unstable Book"
 author = "The Rust Community"
+
+[output.html]
+git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/unstable-book"