Update documentation links in README.

This commit is contained in:
Sergio Benitez 2016-12-19 20:50:14 -08:00
parent dba6f26ac9
commit e7fe962546
1 changed files with 11 additions and 5 deletions

View File

@ -29,11 +29,17 @@ route won't get called, resulting in a 404 error.
Rocket is extensively documented: Rocket is extensively documented:
* [Quickstart](guide/quickstart): How to get started as quickly as possible. * [Overview]: A brief look at what makes Rocket special.
* [Getting Started](guide/getting_started): How to start your first project. * [Quickstart]: How to get started as quickly as possible.
* [Overview](overview): A brief introduction. * [Getting Started]: How to start your first Rocket project.
* [Guide](guide): A detailed guide and reference to every component. * [Guide]: A detailed guide and reference to Rocket.
* [API Documentation](https://api.rocket.rs): The "rustdocs" (API documentation). * [API Documentation]: The "rustdocs".
[Quickstart]: https://rocket.rs/guide/quickstart
[Getting Started]: https://rocket.rs/guide/getting-started
[Overview]: https://rocket.rs/overview
[Guide]: https://rocket.rs/guide
[API Documentation]: https://api.rocket.rs/rocket
## Building ## Building