diff --git a/CHANGELOG.md b/CHANGELOG.md index edff3bf1c..ccf8e2b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ In summary, the major changes are: - Previously, the uv required the `[project]` section to be omitted. - uv allows disabling packaging of projects, even if they define a `[build-system]`, by setting `package = false` in the `[tool.uv]` section of your `pyproject.toml`. -See the latest documentation on [build systems in projects](http://localhost:8000/uv/concepts/projects/#build-systems) for more details. +See the latest documentation on [build systems in projects](http://docs.astral.sh/uv/concepts/projects/#build-systems) for more details. ### Enhancements