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 /INSTALL | |
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 '')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -596,7 +596,7 @@ XZ Utils Installation a fallback xzdiff will use mkdir to securely create a temporary directory. Having mktemp available is still recommended since the mkdir fallback method isn't as robust as mktemp is. The original - mktemp can be found from <http://www.mktemp.org/>. On GNU, most will + mktemp can be found from <https://www.mktemp.org/>. On GNU, most will use the mktemp program from GNU coreutils instead of the original implementation. Both mktemp versions are fine. |