diff options
| author | bors <bors@rust-lang.org> | 2015-11-21 06:06:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-11-21 06:06:16 +0000 |
| commit | 685e0985616ced167adc0add37b4127e5e705cb9 (patch) | |
| tree | b955105253954a3d725c5ff9d0928edbc59512a7 | |
| parent | ef5ee7d895f227c3b5dfbc1b57509136957b871a (diff) | |
| parent | e37cd6d5fd9e3f13193501f81318cb2f93490b6a (diff) | |
| download | rust-685e0985616ced167adc0add37b4127e5e705cb9.tar.gz rust-685e0985616ced167adc0add37b4127e5e705cb9.zip | |
Auto merge of #29966 - MatthiasKauer:master, r=steveklabnik
This commit changes the location of the rust docs. https://github.com/rust-lang/rust/commit/024aa9a345e92aa1926517c4d9b16bd83e74c10d Clicking the contribution link on the front page therefore becomes a 'not found' error.
| -rw-r--r-- | src/doc/book/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/doc/book/README.md b/src/doc/book/README.md index 7acb7f835b8..565f143a291 100644 --- a/src/doc/book/README.md +++ b/src/doc/book/README.md @@ -42,7 +42,6 @@ Copious cross-linking connects these parts together. ### Contributing The source files from which this book is generated can be found on -[GitHub][trpl]. - -[trpl]: https://github.com/rust-lang/rust/tree/master/src/doc/trpl +[GitHub][book]. +[book]: https://github.com/rust-lang/rust/tree/master/src/doc/book |
