aboutsummaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index be01d60a..c097288b 100644
--- a/README
+++ b/README
@@ -113,8 +113,8 @@ XZ Utils
Since the liblzma API has similarities to the zlib API, some people
may find it useful to read the zlib docs and tutorial too:
- http://zlib.net/manual.html
- http://zlib.net/zlib_how.html
+ https://zlib.net/manual.html
+ https://zlib.net/zlib_how.html
2. Version numbering
@@ -213,8 +213,8 @@ XZ Utils
7-Zip and the p7zip port of 7-Zip support the .xz format starting
from the version 9.00alpha.
- http://7-zip.org/
- http://p7zip.sourceforge.net/
+ https://7-zip.org/
+ https://p7zip.sourceforge.net/
XZ Embedded is a limited implementation written for use in the Linux
kernel, but it is also suitable for other embedded use.