summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-10-11 09:32:27 +0200
committerMax Maischein <corion@corion.net>2019-10-11 10:22:46 +0200
commitc1bde759e03f03903a270f5a662fe94547a4b879 (patch)
tree330997f493fe60767108d7f5aa9dae7433f788f8 /README.win32
parentfe090caf94094804793b5648ab7573272ed001a0 (diff)
downloadperl-c1bde759e03f03903a270f5a662fe94547a4b879.tar.gz
Change Microsoft URLs to their current location
Diffstat (limited to 'README.win32')
-rw-r--r--README.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/README.win32 b/README.win32
index 01731fa930..e182101465 100644
--- a/README.win32
+++ b/README.win32
@@ -74,7 +74,7 @@ This port can also be built on IA64/AMD64 using:
Microsoft Platform SDK Nov 2001 (64-bit compiler and tools)
MinGW64 compiler (gcc version 4.4.3 or later)
-The Windows SDK can be downloaded from L<http://www.microsoft.com/>.
+The Windows SDK can be downloaded from L<https://developer.microsoft.com/windows/downloads/sdk-archive>.
The MinGW64 compiler is available at L<http://mingw-w64.org>.
The latter is actually a cross-compiler targeting Win64. There's also a trimmed
down compiler (no java, or gfortran) suitable for building perl available at:
@@ -566,7 +566,7 @@ character is the double quote ("). It can be used to protect spaces
and other special characters in arguments.
The Windows documentation describes the shell parsing rules here:
-L<http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/cmd.mspx?mfr=true>
+L<https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/cmd>
and the C runtime parsing rules here:
L<https://msdn.microsoft.com/en-us/library/17w5ykft%28v=VS.100%29.aspx>.