Use better URL for API docs in README.

This commit is contained in:
Sergio Benitez 2016-10-09 04:29:22 -07:00
parent d8db812856
commit a688f59ca0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Rocket is extensively documented:
* [Getting Started](guide/getting_started): How to start your first project.
* [Overview](overview): A brief introduction.
* [Guide](guide): A detailed guide and reference to every component.
* [API Documentation](http://api.rocket.rs/rocket): The "rustdocs" (API documentation).
* [API Documentation](https://api.rocket.rs): The "rustdocs" (API documentation).
## Building