docs: replace uvicorn.org by uvicorn.dev (#2703)
This commit is contained in:
parent
e5e7344a25
commit
dcd7e6c94e
@ -14,8 +14,8 @@ authors:
|
||||
- given-names: Tom
|
||||
family-names: Christie
|
||||
email: tom@tomchristie.com
|
||||
repository-code: 'https://github.com/Kludex/uvicorn'
|
||||
url: 'https://www.uvicorn.org/'
|
||||
repository-code: "https://github.com/Kludex/uvicorn"
|
||||
url: "https://uvicorn.dev/"
|
||||
abstract: Uvicorn is an ASGI web server implementation for Python.
|
||||
keywords:
|
||||
- asgi
|
||||
|
||||
@ -12,7 +12,8 @@
|
||||
[](https://pypi.python.org/pypi/uvicorn)
|
||||
[](https://pypi.org/project/uvicorn)
|
||||
|
||||
**Documentation**: [https://www.uvicorn.org](https://www.uvicorn.org)
|
||||
**Documentation**: [https://uvicorn.dev](https://uvicorn.dev)
|
||||
**Source Code**: [https://www.github.com/Kludex/uvicorn](https://www.github.com/Kludex/uvicorn)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
---
|
||||
|
||||
**Documentation**: [https://www.uvicorn.org](https://www.uvicorn.org)<br>
|
||||
**Documentation**: [https://uvicorn.dev](https://uvicorn.dev)<br>
|
||||
**Source Code**: [https://www.github.com/Kludex/uvicorn](https://www.github.com/Kludex/uvicorn)
|
||||
|
||||
---
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
site_name: Uvicorn
|
||||
site_description: The lightning-fast ASGI server.
|
||||
site_url: https://www.uvicorn.org
|
||||
site_url: https://uvicorn.dev
|
||||
strict: true
|
||||
|
||||
theme:
|
||||
|
||||
@ -85,9 +85,9 @@ required-version = ">=0.8.6"
|
||||
uvicorn = "uvicorn.main:main"
|
||||
|
||||
[project.urls]
|
||||
Changelog = "https://www.uvicorn.org/release-notes"
|
||||
Changelog = "https://uvicorn.dev/release-notes"
|
||||
Funding = "https://github.com/sponsors/encode"
|
||||
Homepage = "https://www.uvicorn.org/"
|
||||
Homepage = "https://uvicorn.dev/"
|
||||
Source = "https://github.com/Kludex/uvicorn"
|
||||
|
||||
[tool.hatch.version]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user