diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-11-30 15:00:30 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-11-30 15:00:30 -0500 |
| commit | 4bdb60cc34452507df4a7defa56bb49e55ae3585 (patch) | |
| tree | 37a1e62c5f4803c2d0eb1d033fc3e8e40171add5 | |
| parent | 8bc43ed59d24c014ccfe6ed63c6a9afd5e3b811c (diff) | |
| download | rust-4bdb60cc34452507df4a7defa56bb49e55ae3585.tar.gz rust-4bdb60cc34452507df4a7defa56bb49e55ae3585.zip | |
Fix path to TRPL in doc README
| -rw-r--r-- | src/doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/README.md b/src/doc/README.md index 0882b073ea4..b5972f7ddb9 100644 --- a/src/doc/README.md +++ b/src/doc/README.md @@ -29,4 +29,4 @@ rustdoc reference.md An overview of how to use the `rustdoc` command is available [in the docs][1]. Further details are available from the command line by with `rustdoc --help`. -[1]: https://github.com/rust-lang/rust/blob/master/src/doc/trpl/documentation.md +[1]: https://github.com/rust-lang/rust/blob/master/src/doc/book/documentation.md |
