aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorStefan Kangas2020-10-24 20:22:33 +0200
committerStefan Kangas2020-10-24 20:23:27 +0200
commitdd16e46bb9d0099baea06d780ad8f62728addc2e (patch)
tree11cdd1aa9078700dab40855d90e690ca292fa16f /nt
parent10e7c76ee3e263a7691745d9384bae475c2f5c86 (diff)
downloademacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.tar.gz
emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.zip
; Prefer https to http in more URLs
These were all tested and confirmed working.
Diffstat (limited to 'nt')
-rw-r--r--nt/INSTALL.W642
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/INSTALL.W64 b/nt/INSTALL.W64
index c3d4dfa4c28..0a0e0330a24 100644
--- a/nt/INSTALL.W64
+++ b/nt/INSTALL.W64
@@ -22,7 +22,7 @@ MinGW-w64 provides a complete runtime for projects built with GCC for 64-bit
22Windows -- it's located at http://mingw-w64.org/. 22Windows -- it's located at http://mingw-w64.org/.
23 23
24MSYS2 is a Cygwin-derived software distribution for Windows which provides 24MSYS2 is a Cygwin-derived software distribution for Windows which provides
25build tools for MinGW-w64 -- see http://msys2.github.io/. 25build tools for MinGW-w64 -- see https://msys2.github.io/.
26 26
27** Download and install MinGW-w64 and MSYS2 27** Download and install MinGW-w64 and MSYS2
28 28