aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2024-01-19 23:13:32 +0800
committerJia Tan <jiat0218@gmail.com>2024-01-19 23:37:48 +0800
commitdc835be6a58a097eefc66dac34be7ba7cfbd8719 (patch)
tree95dcfd70ba6f367f237ccf7d5c1a8dedb6984031
parent7968516901ab8e02c6d5c97574d2803c56c12489 (diff)
downloadxz-embedded-dc835be6a58a097eefc66dac34be7ba7cfbd8719.tar.gz
Update documentation for new website URL.
-rw-r--r--linux/Documentation/xz.txt6
-rw-r--r--linux/lib/xz/xz_stream.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/linux/Documentation/xz.txt b/linux/Documentation/xz.txt
index 1e1a915..52c9150 100644
--- a/linux/Documentation/xz.txt
+++ b/linux/Documentation/xz.txt
@@ -13,13 +13,13 @@ Introduction
The XZ decompressor in Linux is called XZ Embedded. It supports
the LZMA2 filter and optionally also BCJ filters. CRC32 is supported
for integrity checking. The home page of XZ Embedded is at
- <https://tukaani.org/xz/embedded.html>, where you can find the
+ <https://xz.tukaani.org/xz-embedded/>, where you can find the
latest version and also information about using the code outside
the Linux kernel.
For userspace, XZ Utils provide a zlib-like compression library
and a gzip-like command line tool. XZ Utils can be downloaded from
- <https://tukaani.org/xz/>.
+ <https://xz.tukaani.org/xz-utils/>.
XZ related components in the kernel
@@ -107,7 +107,7 @@ Conformance to the .xz file format specification
Reporting bugs
Before reporting a bug, please check that it's not fixed already
- at upstream. See <https://tukaani.org/xz/embedded.html> to get the
+ at upstream. See <https://xz.tukaani.org/xz-embedded/> to get the
latest code.
Report bugs to <lasse.collin@tukaani.org> or visit #tukaani on
diff --git a/linux/lib/xz/xz_stream.h b/linux/lib/xz/xz_stream.h
index 430bb3a..e5d3188 100644
--- a/linux/lib/xz/xz_stream.h
+++ b/linux/lib/xz/xz_stream.h
@@ -19,7 +19,7 @@
/*
* See the .xz file format specification at
- * https://tukaani.org/xz/xz-file-format.txt
+ * https://xz.tukaani.org/format/xz-file-format.txt
* to understand the container format.
*/