docs: replace uvicorn.org by uvicorn.dev (#2703)

This commit is contained in:
Marcelo Trylesinski 2025-09-20 02:50:58 +02:00 committed by GitHub
parent e5e7344a25
commit dcd7e6c94e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -12,7 +12,8 @@
[![Package version](https://badge.fury.io/py/uvicorn.svg)](https://pypi.python.org/pypi/uvicorn)
[![Supported Python Version](https://img.shields.io/pypi/pyversions/uvicorn.svg?color=%2334D058)](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)
---

View File

@ -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)
---

View File

@ -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:

View File

@ -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]