diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-03-18 15:51:57 +0200 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-03-18 22:02:40 +0800 |
commit | 97679d25ce7cb014328f1455bb338903c003d54f (patch) | |
tree | 4b13fe37645161f617dd7ba49e2858bdd8cbedda /dos | |
parent | CMake: Fix typo in a comment. (diff) | |
download | xz-97679d25ce7cb014328f1455bb338903c003d54f.tar.xz |
Change a few HTTP URLs to HTTPS.
The xz man page timestamp was intentionally left unchanged.
Diffstat (limited to 'dos')
-rw-r--r-- | dos/INSTALL.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dos/INSTALL.txt b/dos/INSTALL.txt index 4c13211f..e5ba85bd 100644 --- a/dos/INSTALL.txt +++ b/dos/INSTALL.txt @@ -17,7 +17,7 @@ Introduction Getting and Installing DJGPP - You may use <http://www.delorie.com/djgpp/zip-picker.html> to help + You may use <https://www.delorie.com/djgpp/zip-picker.html> to help deciding what to download. If you are only interested in building XZ Utils, the zip-picker may list files that you don't strictly need. However, using the zip-picker can still be worth it to get a @@ -25,7 +25,7 @@ Getting and Installing DJGPP from readme.1st too). For a more manual method, first select a mirror from - <http://www.delorie.com/djgpp/getting.html> and go the + <https://www.delorie.com/djgpp/getting.html> and go the subdirectory named "current". You need the following files: unzip32.exe (if you don't already have a LFN-capable unzipper) |