diff options
| author | Matthias Kauer <mk.software@zuez.org> | 2015-11-21 07:49:25 +0800 |
|---|---|---|
| committer | Matthias Kauer <mk.software@zuez.org> | 2015-11-21 07:49:38 +0800 |
| commit | e37cd6d5fd9e3f13193501f81318cb2f93490b6a (patch) | |
| tree | ef1e78f0a9ffd74c9b90518989a87cd03d80eba4 | |
| parent | 20cbba71d496b8b3760d76d694e12dd54c3f3eea (diff) | |
change link on book front page trpl -> book
| -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 |
