diff options
| author | Eric Huss <eric@huss.org> | 2020-12-26 13:22:33 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2020-12-26 13:22:33 -0800 |
| commit | 142764f79e847fe5d6cc1fdb4b3dce9949648db4 (patch) | |
| tree | 675caad8bf8f8baf12d7baccf0d2cd51f7160e17 | |
| parent | 89524d0f8e28080197a85e06d143b7d6f131b67e (diff) | |
| download | rust-142764f79e847fe5d6cc1fdb4b3dce9949648db4.tar.gz rust-142764f79e847fe5d6cc1fdb4b3dce9949648db4.zip | |
Add links to the source for the rustc and rustdoc books.
| -rw-r--r-- | src/doc/rustc/book.toml | 3 | ||||
| -rw-r--r-- | src/doc/rustdoc/book.toml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/doc/rustc/book.toml b/src/doc/rustc/book.toml index 8adc05c5137..21d127c39c9 100644 --- a/src/doc/rustc/book.toml +++ b/src/doc/rustc/book.toml @@ -3,3 +3,6 @@ authors = ["The Rust Project Developers"] multilingual = false src = "src" title = "The rustc book" + +[output.html] +git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/rustc" diff --git a/src/doc/rustdoc/book.toml b/src/doc/rustdoc/book.toml index ba30c107667..c2e7ff58906 100644 --- a/src/doc/rustdoc/book.toml +++ b/src/doc/rustdoc/book.toml @@ -2,3 +2,6 @@ authors = ["The Rust Project Developers"] src = "src" title = "The rustdoc book" + +[output.html] +git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/rustdoc" |
