aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2024-04-08 17:33:56 +0300
committerLasse Collin <lasse.collin@tukaani.org>2024-04-09 18:22:27 +0300
commit17aa2e1a796d3f758802df29afc89dcf335db567 (patch)
tree12d72f2315bcca21a85063358cd05948e102b0ac /src
parentxzdec: Tweak coding style and comments. (diff)
downloadxz-17aa2e1a796d3f758802df29afc89dcf335db567.tar.xz
Update website URLs back to tukaani.org.
The XZ projects were moved back to their original URLs.
Diffstat (limited to 'src')
-rw-r--r--src/liblzma/api/lzma.h2
-rw-r--r--src/xz/xz.16
-rw-r--r--src/xzdec/xzdec.14
3 files changed, 6 insertions, 6 deletions
diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h
index d55349f4..1bdea878 100644
--- a/src/liblzma/api/lzma.h
+++ b/src/liblzma/api/lzma.h
@@ -10,7 +10,7 @@
* headers) streams are supported. Multiple compression algorithms (filters)
* are supported. Currently LZMA2 is the primary filter.
*
- * liblzma is part of XZ Utils <https://xz.tukaani.org/xz-utils/>. XZ Utils
+ * 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.
*
diff --git a/src/xz/xz.1 b/src/xz/xz.1
index 6c340629..79cca649 100644
--- a/src/xz/xz.1
+++ b/src/xz/xz.1
@@ -4,7 +4,7 @@
.\" Authors: Lasse Collin
.\" Jia Tan
.\"
-.TH XZ 1 "2024-02-25" "Tukaani" "XZ Utils"
+.TH XZ 1 "2024-04-08" "Tukaani" "XZ Utils"
.
.SH NAME
xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files
@@ -3176,8 +3176,8 @@ have the same number of bytes per pixel.
.BR bzip2 (1),
.BR 7z (1)
.PP
-XZ Utils: <https://xz.tukaani.org/xz-utils/>
+XZ Utils: <https://tukaani.org/xz/>
.br
-XZ Embedded: <https://xz.tukaani.org/xz-embedded/>
+XZ Embedded: <https://tukaani.org/xz/embedded.html>
.br
LZMA SDK: <https://7-zip.org/sdk.html>
diff --git a/src/xzdec/xzdec.1 b/src/xzdec/xzdec.1
index 0ae0fddd..5198efb4 100644
--- a/src/xzdec/xzdec.1
+++ b/src/xzdec/xzdec.1
@@ -2,7 +2,7 @@
.\"
.\" Author: Lasse Collin
.\"
-.TH XZDEC 1 "2024-01-19" "Tukaani" "XZ Utils"
+.TH XZDEC 1 "2024-04-08" "Tukaani" "XZ Utils"
.SH NAME
xzdec, lzmadec \- Small .xz and .lzma decompressors
.SH SYNOPSIS
@@ -141,4 +141,4 @@ decompressor, consider using XZ Embedded.
.SH "SEE ALSO"
.BR xz (1)
.PP
-XZ Embedded: <https://xz.tukaani.org/xz-embedded/>
+XZ Embedded: <https://tukaani.org/xz/embedded.html>