From 9558a86e6534caa852fcf2f4ed56e9eef67ff97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20P=C3=A9rez-Garc=C3=ADa?= Date: Wed, 30 Apr 2025 11:22:19 +0100 Subject: [PATCH] Fix PR links in CHANGELOG (#13220) ## Summary I noticed a couple of broken links in the release description, so I'm fixing them here. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd0cb0c1..3b0f8cc17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -134,8 +134,8 @@ This release contains various changes that improve correctness and user experien - Changed `fish` completions append `>>` to overwrite `>` ([#13130](https://github.com/astral-sh/uv/pull/13130)) - Add `pylock.toml` mentions where relevant ([#13115](https://github.com/astral-sh/uv/pull/13115)) -- Add ROCm example to the PyTorch guide ([#13200](https://github.com/astral-sh/uv/pull13200)) -- Upgrade PyTorch guide to CUDA 12.8 and PyTorch 2.7 ([#13199](https://github.com/astral-sh/uv/pull13199)) +- Add ROCm example to the PyTorch guide ([#13200](https://github.com/astral-sh/uv/pull/13200)) +- Upgrade PyTorch guide to CUDA 12.8 and PyTorch 2.7 ([#13199](https://github.com/astral-sh/uv/pull/13199)) ## 0.6.x