]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Update Hypercorn link, now pointing to GitHub (#5346)
authorbaconfield <65581433+baconfield@users.noreply.github.com>
Sun, 4 Sep 2022 14:56:29 +0000 (09:56 -0500)
committerGitHub <noreply@github.com>
Sun, 4 Sep 2022 14:56:29 +0000 (14:56 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
README.md
docs/en/docs/index.md

index 590abf17ea55ec3c145a8b9801bf2e7966adc634..bc00d9ed9ab86c12e6a448c31be459dcbd8dc382 100644 (file)
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@ $ pip install fastapi
 
 </div>
 
-You will also need an ASGI server, for production such as <a href="https://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a> or <a href="https://gitlab.com/pgjones/hypercorn" class="external-link" target="_blank">Hypercorn</a>.
+You will also need an ASGI server, for production such as <a href="https://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a> or <a href="https://github.com/pgjones/hypercorn" class="external-link" target="_blank">Hypercorn</a>.
 
 <div class="termy">
 
index 24ce14e235e987905d75c27a5c1a63c7a113dcdf..97ec0ffcff74690c4bb07c4eb7d45f4340c3f870 100644 (file)
@@ -128,7 +128,7 @@ $ pip install fastapi
 
 </div>
 
-You will also need an ASGI server, for production such as <a href="https://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a> or <a href="https://gitlab.com/pgjones/hypercorn" class="external-link" target="_blank">Hypercorn</a>.
+You will also need an ASGI server, for production such as <a href="https://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a> or <a href="https://github.com/pgjones/hypercorn" class="external-link" target="_blank">Hypercorn</a>.
 
 <div class="termy">