From a3049ecf698f8fe0b14315343e6390b0780bafa7 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 29 Jan 2025 13:41:18 -0600 Subject: [PATCH] Fix broken link (#11081) --- docs/guides/install-python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/install-python.md b/docs/guides/install-python.md index 1737a7794..2766b7295 100644 --- a/docs/guides/install-python.md +++ b/docs/guides/install-python.md @@ -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