Skip to content

Commit 9cd47eb

Browse files
authored
Merge pull request #979 from ehuss/fix-links
Fix some broken links.
2 parents 4932df2 + e5ace6d commit 9cd47eb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

book-example/src/for_developers/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The two main ways a developer can hook into the book's build process is via,
1919

2020
The process of rendering a book project goes through several steps.
2121

22-
1. Load the book
22+
1. Load the book
2323
- Parse the `book.toml`, falling back to the default `Config` if it doesn't
2424
exist
2525
- Load the book chapters into memory
@@ -41,6 +41,6 @@ The easiest way to find out how to use the `mdbook` crate is by looking at the
4141
explanation on the configuration system.
4242

4343

44-
[`MDBook`]: http://rust-lang-nursery.github.io/mdBook/mdbook/book/struct.MDBook.html
44+
[`MDBook`]: https://docs.rs/mdbook/*/mdbook/book/struct.MDBook.html
4545
[API Docs]: https://docs.rs/mdbook/*/mdbook/
46-
[config]: file:///home/michael/Documents/forks/mdBook/target/doc/mdbook/config/index.html
46+
[config]: https://docs.rs/mdbook/*/mdbook/config/index.html

book-example/src/for_developers/backends.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,10 @@ the source code or ask questions.
342342
[mdbook-epub]: https://github.com/Michael-F-Bryan/mdbook-epub
343343
[mdbook-test]: https://github.com/Michael-F-Bryan/mdbook-test
344344
[rust-skeptic]: https://github.com/budziq/rust-skeptic
345-
[`RenderContext`]: http://rust-lang-nursery.github.io/mdBook/mdbook/renderer/struct.RenderContext.html
346-
[`RenderContext::from_json()`]: http://rust-lang-nursery.github.io/mdBook/mdbook/renderer/struct.RenderContext.html#method.from_json
345+
[`RenderContext`]: https://docs.rs/mdbook/*/mdbook/renderer/struct.RenderContext.html
346+
[`RenderContext::from_json()`]: https://docs.rs/mdbook/*/mdbook/renderer/struct.RenderContext.html#method.from_json
347347
[`semver`]: https://crates.io/crates/semver
348-
[`Book`]: http://rust-lang-nursery.github.io/mdBook/mdbook/book/struct.Book.html
349-
[`Book::iter()`]: http://rust-lang-nursery.github.io/mdBook/mdbook/book/struct.Book.html#method.iter
350-
[`Config`]: http://rust-lang-nursery.github.io/mdBook/mdbook/config/struct.Config.html
348+
[`Book`]: https://docs.rs/mdbook/*/mdbook/book/struct.Book.html
349+
[`Book::iter()`]: https://docs.rs/mdbook/*/mdbook/book/struct.Book.html#method.iter
350+
[`Config`]: https://docs.rs/mdbook/*/mdbook/config/struct.Config.html
351351
[issue tracker]: https://github.com/rust-lang-nursery/mdBook/issues

0 commit comments

Comments
 (0)