Fix README links.

This commit is contained in:
Sergio Benitez 2019-05-13 16:58:11 -07:00
parent 1caf87eb21
commit d07628e0e4
1 changed files with 5 additions and 5 deletions

View File

@ -41,9 +41,9 @@ Rocket is extensively documented:
[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
[Overview]: https://rocket.rs/overview/
[Guide]: https://rocket.rs/guide/
[API Documentation]: https://api.rocket.rs/rocket/
The official community support channels are the `#rocket` IRC channel on the
[Mozilla IRC Server] at `irc.mozilla.org` and the bridged [Rocket room on
@ -126,8 +126,8 @@ come in many forms. You could:
4. Contribute code via [pull requests].
[issue]: https://github.com/SergioBenitez/Rocket/issues
[issues that require feedback]: https://github.com/SergioBenitez/Rocket/issues?q=is%3Aissue+is%3Aopen+label%3A%22feedback+wanted%22).
[pull requests]: https://github.com/SergioBenitez/Rocket/pulls.
[issues that require feedback]: https://github.com/SergioBenitez/Rocket/issues?q=is%3Aissue+is%3Aopen+label%3A%22feedback+wanted%22
[pull requests]: https://github.com/SergioBenitez/Rocket/pulls
We aim to keep Rocket's code quality at the highest level. This means that any
code you contribute must be: