diff --git a/README.md b/README.md index e2bab2b..976930c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![](https://farm2.staticflickr.com/1959/43750081370_a4e20752de_o_d.png)](https://python-responder.org/) -Powered by [Starlette](https://www.starlette.io/). That `async` declaration is optional. [View documentation](http://python-responder.org). +Powered by [Starlette](https://www.starlette.io/). That `async` declaration is optional. [View documentation](https://python-responder.org). This gets you a ASGI app, with a production static files server pre-installed, jinja2 templating (without additional imports), and a production webserver based on uvloop, serving up requests with gzip compression automatically. @@ -26,7 +26,7 @@ This gets you a ASGI app, with a production static files server pre-installed, j ## More Examples -See [the documentation's feature tour](http://python-responder.org/en/latest/tour.html) for more details on features available in Responder. +See [the documentation's feature tour](https://python-responder.org/en/latest/tour.html) for more details on features available in Responder. # Installing Responder