Skip to content

Commit

Permalink
Fix outdated URL of msvc (#348)
Browse files Browse the repository at this point in the history
Current URL returns 503, I replace it with the official website
URL I found in wikipedia.
  • Loading branch information
FantasqueX authored Dec 10, 2023
1 parent 3068b8d commit 97c7c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/msvc.jam
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 97c7c85

Please sign in to comment.