Skip to content

Commit 3228ba9

Browse files
ChrisDentonrbtcollins
authored andcommitted
Update Microsoft C++ Build Tools url
Microsoft now have a dedicated page for the C++ Build Tools (which even mentions Rust). It is simpler to direct users to that rather than the full list of Visual Studio 2019 downloads.
1 parent 76ac3af commit 3228ba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ $ rustup target add i686-pc-windows-gnu
540540
```
541541

542542
[ABIs]: https://en.wikipedia.org/wiki/Application_binary_interface
543-
[Visual Studio]: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
543+
[Visual Studio]: https://visualstudio.microsoft.com/visual-cpp-build-tools/
544544
[GCC toolchain]: https://gcc.gnu.org/
545545
[MinGW/MSYS2 toolchain]: https://msys2.github.io/
546546

src/cli/self_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The easiest way to acquire the build tools is by installing Microsoft
198198
Visual C++ Build Tools 2019 which provides just the Visual C++ build
199199
tools:
200200
201-
https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
201+
https://visualstudio.microsoft.com/visual-cpp-build-tools/
202202
203203
Please ensure the Windows 10 SDK and the English language pack components
204204
are included when installing the Visual C++ Build Tools.

0 commit comments

Comments
 (0)