Updates all of the python-responder.org links

This commit is contained in:
Pär
2018-11-14 11:10:29 +01:00
committed by GitHub
parent 7233c08281
commit 9943e66c49
+2 -2
View File
@@ -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