aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-03-18 15:51:57 +0200
committerJia Tan <jiat0218@gmail.com>2023-03-18 22:00:28 +0800
commit090ea9ddd34f9d110bff7450586b2c93d78f3af1 (patch)
tree1d2f40153dc1d28e66d959ad32a88a643560fb9c /INSTALL
parentCMake: Require that the C compiler supports C99 or a newer standard. (diff)
downloadxz-090ea9ddd34f9d110bff7450586b2c93d78f3af1.tar.xz
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 a55affb0..4cd67c8a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -550,7 +550,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.