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

View File

@ -12,7 +12,8 @@
[![Package version](https://badge.fury.io/py/uvicorn.svg)](https://pypi.python.org/pypi/uvicorn) [![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) [![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) **Source Code**: [https://www.github.com/Kludex/uvicorn](https://www.github.com/Kludex/uvicorn)
--- ---

View File

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

View File

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