diff options
| author | Stefan Kangas | 2020-10-24 20:22:33 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-10-24 20:23:27 +0200 |
| commit | dd16e46bb9d0099baea06d780ad8f62728addc2e (patch) | |
| tree | 11cdd1aa9078700dab40855d90e690ca292fa16f /nt | |
| parent | 10e7c76ee3e263a7691745d9384bae475c2f5c86 (diff) | |
| download | emacs-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.W64 | 2 |
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 | |||
| 22 | Windows -- it's located at http://mingw-w64.org/. | 22 | Windows -- it's located at http://mingw-w64.org/. |
| 23 | 23 | ||
| 24 | MSYS2 is a Cygwin-derived software distribution for Windows which provides | 24 | MSYS2 is a Cygwin-derived software distribution for Windows which provides |
| 25 | build tools for MinGW-w64 -- see http://msys2.github.io/. | 25 | build 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 | ||