diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 11c63efe8..b47e189e0 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ [project.urls] Homepage = "https://hatch.pypa.io/latest/" Sponsor = "https://github.com/sponsors/ofek" -History = "https://hatch.pypa.io/dev/history/" +History = "https://hatch.pypa.io/dev/history/hatchling/" Tracker = "https://github.com/pypa/hatch/issues" Source = "https://github.com/pypa/hatch/tree/master/backend" diff --git a/docs/community/users.md b/docs/community/users.md index 36726d2f3..21fdabea0 100644 --- a/docs/community/users.md +++ b/docs/community/users.md @@ -2,7 +2,7 @@ ----- -The following is not intended to be a complete enumeration. Be sure to view the [development version](/dev/users/) of this page for an up-to-date listing. +The following is not intended to be a complete enumeration. Be sure to view the [development version](/dev/community/users/) of this page for an up-to-date listing. ## Projects diff --git a/pyproject.toml b/pyproject.toml index 4e9ea6ba9..edba2443e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dynamic = ["version"] [project.urls] Homepage = "https://hatch.pypa.io/latest/" Sponsor = "https://github.com/sponsors/ofek" -History = "https://hatch.pypa.io/dev/history/" +History = "https://hatch.pypa.io/dev/history/hatch/" Tracker = "https://github.com/pypa/hatch/issues" Source = "https://github.com/pypa/hatch"