From e39f542c552995173fc49910f5de5b7abfa0bd1a Mon Sep 17 00:00:00 2001 From: lzutao Date: Wed, 1 Apr 2020 19:10:19 +0700 Subject: [PATCH] Add git repo address to unstable book --- src/doc/unstable-book/book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/doc/unstable-book/book.toml b/src/doc/unstable-book/book.toml index 5b2e19bd7aa78..0cd56d0940451 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"