From 9943e66c4944404a7f8ae4e124ff235e49d19219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r?= Date: Wed, 14 Nov 2018 11:10:29 +0100 Subject: [PATCH] Updates all of the python-responder.org links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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