From ae7c0b109720fec887507ca86b8dc7abe433de83 Mon Sep 17 00:00:00 2001 From: Justin Ma Date: Tue, 8 Mar 2022 19:30:11 +0800 Subject: [PATCH] Fix broken link in readme, should close #4776 [ci skip] (#4778) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89ef0e527e..9843da47cb 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Optional dependencies: To install Nu via cargo (make sure you have installed [rustup](https://rustup.rs/) and the latest stable compiler via `rustup install stable`): -For Windows users, you may also need to install the [Microsoft Visual C++ 2015 Redistributables](https://www.microsoft.com/en-us/download/details.aspx?id=52685). +For Windows users, you may also need to install the [Microsoft Visual C++ 2015 Redistributables](https://docs.microsoft.com/cpp/windows/latest-supported-vc-redist). ```shell cargo install nu