mirror of https://github.com/rwf2/Rocket.git
Update documentation links in README.
This commit is contained in:
parent
dba6f26ac9
commit
e7fe962546
16
README.md
16
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue