Fix broken link (#11081)

This commit is contained in:
Zanie Blue
2025-01-29 13:41:18 -06:00
committed by GitHub
parent 2ca51501ed
commit a3049ecf69
+2 -2
View File
@@ -8,8 +8,8 @@ description:
# Installing Python
If Python is already installed on your system, uv will
[detect and use](#using-an-existing-python-installation) it without configuration. However, uv can
also install and manage Python versions for you.
[detect and use](#using-existing-python-versions) it without configuration. However, uv can also
install and manage Python versions for you.
!!! tip