diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-03-18 15:51:57 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-03-18 15:56:07 +0200 |
commit | b473a92891f7e991398a3b5eff305f6f2b6d7293 (patch) | |
tree | 4aa2597eb89fcd69f35b8bfc8606ffe6d6fef16a /INSTALL | |
parent | CMake: Fix typo in a comment. (diff) | |
download | xz-b473a92891f7e991398a3b5eff305f6f2b6d7293.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. |