From 38869f85a9bb308f2c6d2376cd0aa54f123f92a9 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 28 Aug 2024 12:38:59 -0500 Subject: [PATCH] Fix link in changelog (#6765) I bet you do not have the docs running --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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