From 105296f7907f7acb81b7b0e513c3951ad7e2c250 Mon Sep 17 00:00:00 2001 From: Paul Barrett Date: Wed, 21 Aug 2024 22:05:01 -0500 Subject: [PATCH] Fix broken link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 141d248..4412962 100644 --- a/README.md +++ b/README.md @@ -51,5 +51,5 @@ interpreter. By default, uv will attempt to use Python versions found on the system and only download managed interpreters when necessary. However, It's possible to adjust uv's Python version selection preference with the -[python-preference](https://docs.astral.sh/uv/python-versions/#adjusting-python-version-preferences) +[python-preference](https://docs.astral.sh/uv/concepts/python-versions/#adjusting-python-version-preferences) option.