]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #3600 from clavisound/master
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 24 Nov 2024 08:09:59 +0000 (09:09 +0100)
committerGitHub <noreply@github.com>
Sun, 24 Nov 2024 08:09:59 +0000 (09:09 +0100)
uvicorn.org vs www.uvicorn.org

docs/admin/Deployment-Python.md

index 5932f4e6bb0f482b7940ee2ff411608421133d92..463e15c02c5196d44ab6ec0dfcdf7f370fdcd950 100644 (file)
@@ -37,7 +37,7 @@ cd Nominatim
 ```
 
 The recommended way to deploy a Python ASGI application is to run
-the ASGI runner [uvicorn](https://uvicorn.org/)
+the ASGI runner [uvicorn](https://www.uvicorn.org/)
 together with [gunicorn](https://gunicorn.org/) HTTP server. We use
 Falcon here as the web framework.