From 3d6070db77836b3d1689d28ca7ee2acc2fd38a95 Mon Sep 17 00:00:00 2001
From: Sunreal <jacob.sun.meta@gmail.com>
Date: Sat, 8 Jun 2019 00:14:52 +0800
Subject: [PATCH] Neutralize link

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f8d2d7b5269..15d09f4aada 100644
--- a/README.md
+++ b/README.md
@@ -132,8 +132,7 @@ MSVC builds of Rust additionally require an installation of Visual Studio 2017
 (or later) so `rustc` can use its linker.  The simplest way is to get the
 [Visual Studio], check the “C++ build tools” and “Windows 10 SDK” workload.
 
-
-[Visual Studio]: https://visualstudio.microsoft.com/zh-hans/downloads/
+[Visual Studio]: https://visualstudio.microsoft.com/downloads/
 
 (If you're installing cmake yourself, be careful that “C++ CMake tools for
 Windows” doesn't get included under “Individual components”.)