diff --git a/CITATION.cff b/CITATION.cff index 50bf9f54..8b26fb17 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/README.md b/README.md index 42a28498..ed55c23b 100644 --- a/README.md +++ b/README.md @@ -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) --- diff --git a/docs/index.md b/docs/index.md index d9b1253e..cd6d3997 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,7 +30,7 @@ --- -**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) --- diff --git a/mkdocs.yml b/mkdocs.yml index 9315409b..801e012d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 4293cbb0..e565bb64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]