Skip to content

Commit de52eaf

Browse files
committed
Auto merge of #39633 - steveklabnik:vendor-mdbook, r=alexcrichton
Port books to mdbook Part of rust-lang/rust#39588 blocked on rust-lang/rust#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
2 parents ab44ea4 + 2bf5d91 commit de52eaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@
189189
//! [`sync`]: sync/index.html
190190
//! [`thread`]: thread/index.html
191191
//! [`use std::env`]: env/index.html
192-
//! [`use`]: ../book/crates-and-modules.html#importing-modules-with-use
193-
//! [crate root]: ../book/crates-and-modules.html#basic-terminology-crates-and-modules
192+
//! [`use`]: ../book/crates-and-modules.html#Importing%20Modules%20with%20use
193+
//! [crate root]: ../book/crates-and-modules.html#Basic%20terminology%3A%20Crates%20and%20Modules
194194
//! [crates.io]: https://crates.io
195195
//! [deref coercions]: ../book/deref-coercions.html
196196
//! [files]: fs/struct.File.html

src/primitive_docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ mod prim_str { }
490490
/// assert_eq!(tuple.2, 'c');
491491
/// ```
492492
///
493-
/// For more about tuples, see [the book](../book/primitive-types.html#tuples).
493+
/// For more about tuples, see [the book](../book/primitive-types.html#Tuples).
494494
///
495495
/// # Trait implementations
496496
///

0 commit comments

Comments
 (0)