diff --git a/docs/index.md b/docs/index.md index 159eb7b40..44f0c3708 100644 --- a/docs/index.md +++ b/docs/index.md @@ -46,7 +46,7 @@ Python 3.8+ $ pip3 install starlette ``` -You'll also want to install an ASGI server, such as [uvicorn](http://www.uvicorn.org/), [daphne](https://github.com/django/daphne/), or [hypercorn](https://hypercorn.readthedocs.io/en/latest/). +You'll also want to install an ASGI server, such as [uvicorn](https://www.uvicorn.org/), [daphne](https://github.com/django/daphne/), or [hypercorn](https://hypercorn.readthedocs.io/en/latest/). ```shell $ pip3 install uvicorn