aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2024-01-19 23:08:14 +0800
committerJia Tan <jiat0218@gmail.com>2024-01-19 23:08:14 +0800
commit6b63c4c6139fa1bb21b570521d3d2b4a608bc34d (patch)
tree6e27f596ee0eefd2693e5efe6fb4582a113f7eef /src/liblzma
parentDocs: Update website URLs. (diff)
downloadxz-6b63c4c6139fa1bb21b570521d3d2b4a608bc34d.tar.xz
liblzma: Update website URL.
Diffstat (limited to 'src/liblzma')
-rw-r--r--src/liblzma/api/lzma.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h
index de12f225..f6b9469a 100644
--- a/src/liblzma/api/lzma.h
+++ b/src/liblzma/api/lzma.h
@@ -8,9 +8,9 @@
* format and raw (no headers) streams are supported. Multiple compression
* algorithms (filters) are supported. Currently LZMA2 is the primary filter.
*
- * liblzma is part of XZ Utils <https://tukaani.org/xz/>. XZ Utils includes
- * a gzip-like command line tool named xz and some other tools. XZ Utils
- * is developed and maintained by Lasse Collin and Jia Tan.
+ * liblzma is part of XZ Utils <https://xz.tukaani.org/xz-utils/>. XZ Utils
+ * includes a gzip-like command line tool named xz and some other tools.
+ * XZ Utils is developed and maintained by Lasse Collin and Jia Tan.
*
* Major parts of liblzma are based on Igor Pavlov's public domain LZMA SDK
* <https://7-zip.org/sdk.html>.