]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Fix typo in docs/index.md (#2665)
authorLogan <146642263+logan2d5@users.noreply.github.com>
Sat, 10 Aug 2024 07:17:25 +0000 (15:17 +0800)
committerGitHub <noreply@github.com>
Sat, 10 Aug 2024 07:17:25 +0000 (01:17 -0600)
docs/index.md

index 159eb7b406f87fb8c06171c97787128b11745e3a..44f0c3708a25171da9a5f3c7ff0ed82cda368479 100644 (file)
@@ -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