From 4e9bb610b32f7389258db4038941595c503cfb50 Mon Sep 17 00:00:00 2001 From: Integral Date: Thu, 1 May 2025 19:10:33 +0800 Subject: [PATCH] docs(README): fix broken link of Visual C++ Redistributable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b3c8ec4..ddae115e 100644 --- a/README.md +++ b/README.md @@ -419,7 +419,7 @@ take a look at the ["Using `bat` on Windows"](#using-bat-on-windows) section. #### Prerequisites -You will need to install the [Visual C++ Redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) package. +You will need to install the [Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist#latest-microsoft-visual-c-redistributable-version) #### With WinGet