Skip to content

Commit e2227a0

Browse files
authored
Rollup merge of #41365 - rust-lang:steveklabnik-patch-1, r=alexcrichton
[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.
2 parents a260f22 + 1605636 commit e2227a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ is the first. After this:
3636
The source files from which this book is generated can be found on
3737
[GitHub][book].
3838

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

0 commit comments

Comments
 (0)