From a688f59ca0e82e424f638e906ad3e94f96241e84 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sun, 9 Oct 2016 04:29:22 -0700 Subject: [PATCH] Use better URL for API docs in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 605ee493..80a1f04d 100644 --- a/README.md +++ b/README.md @@ -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