diff options
| author | bors <bors@rust-lang.org> | 2017-02-15 01:22:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-02-15 01:22:16 +0000 |
| commit | 025c328bf5ab336ff708e62a59292298dc1bc089 (patch) | |
| tree | 025b7fba629c298f31a51af81d04f895a6faa4d1 /src/libstd | |
| parent | e8154a092558d79f13d7dd48abbfcc4e9d4ed44c (diff) | |
| parent | cacb3bc9c741a7d41a1085af850cd3ff852307f5 (diff) | |
| download | rust-025c328bf5ab336ff708e62a59292298dc1bc089.tar.gz rust-025c328bf5ab336ff708e62a59292298dc1bc089.zip | |
Auto merge of #39633 - steveklabnik:vendor-mdbook, r=alexcrichton
Port books to mdbook Part of https://github.com/rust-lang/rust/issues/39588 blocked on https://github.com/rust-lang/rust/pull/39431 As a first step towards the bookshelf, we ~vendor mdbook in-tree and~ port our books to it. Eventually, both of these books will be moved out-of-tree, but the nightly book will rely on doing the same thing. As such, this intermediate step is useful. r? @alexcrichton @brson /cc @azerupi
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 4 | ||||
| -rw-r--r-- | src/libstd/primitive_docs.rs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 070690773b6..88c2310a86e 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -189,8 +189,8 @@ //! [`sync`]: sync/index.html //! [`thread`]: thread/index.html //! [`use std::env`]: env/index.html -//! [`use`]: ../book/crates-and-modules.html#importing-modules-with-use -//! [crate root]: ../book/crates-and-modules.html#basic-terminology-crates-and-modules +//! [`use`]: ../book/crates-and-modules.html#Importing%20Modules%20with%20use +//! [crate root]: ../book/crates-and-modules.html#Basic%20terminology%3A%20Crates%20and%20Modules //! [crates.io]: https://crates.io //! [deref coercions]: ../book/deref-coercions.html //! [files]: fs/struct.File.html diff --git a/src/libstd/primitive_docs.rs b/src/libstd/primitive_docs.rs index 11197db98a3..1b3e17c300e 100644 --- a/src/libstd/primitive_docs.rs +++ b/src/libstd/primitive_docs.rs @@ -490,7 +490,7 @@ mod prim_str { } /// assert_eq!(tuple.2, 'c'); /// ``` /// -/// For more about tuples, see [the book](../book/primitive-types.html#tuples). +/// For more about tuples, see [the book](../book/primitive-types.html#Tuples). /// /// # Trait implementations /// |
