Add real link to API docs in README.

This commit is contained in:
Sergio Benitez 2016-10-04 04:01:51 -07:00
parent 2ad508ed96
commit 05bed92272
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](api): The "rustdocs" (API documentation).
* [API Documentation](http://api.rocket.rs/rocket): The "rustdocs" (API documentation).
## Building