File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
book-example/src/for_developers Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The two main ways a developer can hook into the book's build process is via,
1919
2020The 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
4141explanation 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments