]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Fix broken links (#2631)
authorrhoboro <rhoboro@gmail.com>
Sat, 29 Jun 2024 12:02:09 +0000 (21:02 +0900)
committerGitHub <noreply@github.com>
Sat, 29 Jun 2024 12:02:09 +0000 (14:02 +0200)
README.md
docs/index.md

index 1357f9c0eb54525685bd032ee37e1a67e7fe5332..f40f43bf73a34de16251f15e515e9c4cefe9a852 100644 (file)
--- a/README.md
+++ b/README.md
@@ -45,7 +45,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://pgjones.gitlab.io/hypercorn/).
+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/).
 
 ```shell
 $ pip3 install uvicorn
index 9500c0fc1114dfe51a021a1e3351dc06de42b63d..159eb7b406f87fb8c06171c97787128b11745e3a 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://pgjones.gitlab.io/hypercorn/).
+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/).
 
 ```shell
 $ pip3 install uvicorn