From 97c7c85ef9b0d3e3f6a8a9e41acf6c3248c5b402 Mon Sep 17 00:00:00 2001 From: FantasqueX Date: Sun, 10 Dec 2023 23:20:21 +0800 Subject: [PATCH] Fix outdated URL of msvc (#348) Current URL returns 503, I replace it with the official website URL I found in wikipedia. --- src/tools/msvc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/msvc.jam b/src/tools/msvc.jam index ee8637a414..54a6ced323 100644 --- a/src/tools/msvc.jam +++ b/src/tools/msvc.jam @@ -19,7 +19,7 @@ = Microsoft Visual C++ The `msvc` module supports the -http://msdn.microsoft.com/visualc/[Microsoft Visual C++] command-line +https://docs.microsoft.com/en-us/cpp/[Microsoft Visual C++] command-line tools on Microsoft Windows. The supported products and versions of command line tools are listed below: