Skip to content

Commit

Permalink
Rollup merge of rust-lang#41365 - rust-lang:steveklabnik-patch-1, r=a…
Browse files Browse the repository at this point in the history
…lexcrichton

[beta] Fix link to book repo

This is a backport to beta, to be clear. I don't think we *have* to take this, but opened this PR to see if we should consider it to save six weeks of breakage.

Due to extracting the book out into its own repo, this link is broken. This fixes it to point to the right place. This was originally filed as rust-lang/book#633.
  • Loading branch information
frewsxcv authored Apr 19, 2017
2 parents a260f22 + 1605636 commit e2227a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ is the first. After this:
The source files from which this book is generated can be found on
[GitHub][book].

[book]: https://github.com/rust-lang/rust/tree/master/src/doc/book
[book]: https://github.com/rust-lang/book/tree/master/first-edition/src

0 comments on commit e2227a0

Please sign in to comment.