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