Skip to content

Commit

Permalink
Merge pull request rust-cli#7 from cklaucke/bug_fix_links
Browse files Browse the repository at this point in the history
  • Loading branch information
killercup authored Apr 15, 2020
2 parents 7b0078b + 705c71a commit e5162b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ src = "src"
[output.html]
curly-quotes = true
additional-css = ["src/special-content.css"]
git-repository-url = "https://github.com/rust-lang-nursery/cli-wg"
git-repository-url = "https://github.com/rust-cli/book"

# Linkcheck doesn't find images/SVG so it's not enabled for now
# [output.linkcheck]
2 changes: 1 addition & 1 deletion src/tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ Make sure you run Rust 1.31.0 (or later)
and that you have `edition = "2018"` set
in the `[package]` section of your `Cargo.toml` file.

[Rust 2018]: https://rust-lang-nursery.github.io/edition-guide/
[Rust 2018]: https://doc.rust-lang.org/edition-guide/index.html

</aside>
2 changes: 1 addition & 1 deletion src/tutorial/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,6 @@ try to write a [fuzzer] to find bugs in edge cases.
You can find the full, runnable source code used in this chapter
[in this book's repository][src].

[src]: https://github.com/rust-lang-nursery/cli-wg/tree/master/src/tutorial/testing
[src]: https://github.com/rust-cli/book/tree/master/src/tutorial/testing

</aside>

0 comments on commit e5162b1

Please sign in to comment.