summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-03-18 15:51:57 +0200
committerLasse Collin <lasse.collin@tukaani.org>2023-03-18 15:56:07 +0200
commitb473a92891f7e991398a3b5eff305f6f2b6d7293 (patch)
tree4aa2597eb89fcd69f35b8bfc8606ffe6d6fef16a /INSTALL
parent8b2f6001b4f412c259a7883427f2f2c8cea98ea8 (diff)
downloadxz-b473a92891f7e991398a3b5eff305f6f2b6d7293.tar.gz
Change a few HTTP URLs to HTTPS.
The xz man page timestamp was intentionally left unchanged.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 67df188..7fb41fa 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.