]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Docs: Update website URLs.
authorJia Tan <jiat0218@gmail.com>
Fri, 19 Jan 2024 15:08:14 +0000 (23:08 +0800)
committerJia Tan <jiat0218@gmail.com>
Fri, 19 Jan 2024 15:08:14 +0000 (23:08 +0800)
.github/SECURITY.md
COPYING
README
doc/faq.txt
doc/lzma-file-format.txt
windows/README-Windows.txt

index 756d4e3999bc7015a803dce49cafd72626adead1..e9b3458a2c377fea765483d51df5a33ebca8fd3e 100644 (file)
@@ -4,7 +4,7 @@
 
 We provide security updates to the development branch and the stable
 branches. Security patches for old releases are available on the
-[project website](https://tukaani.org/xz).
+[project website](https://xz.tukaani.org/xz-utils/).
 
 ## Reporting a Vulnerability
 
diff --git a/COPYING b/COPYING
index e54eeacfbf3f574705c926ff403214c7973c9de0..4990c5f5229787dd726d29b45a886a2e859739ae 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -58,7 +58,8 @@ XZ Utils Licensing
     naturally it is not legally required. Here is an example of a good
     notice to put into "about box" or into documentation:
 
-        This software includes code from XZ Utils <https://tukaani.org/xz/>.
+        This software includes code from XZ Utils
+        <https://xz.tukaani.org/xz-utils/>.
 
     The following license texts are included in the following files:
       - COPYING.LGPLv2.1: GNU Lesser General Public License version 2.1
diff --git a/README b/README
index 9e76301b95cdff692e5f749f2bff765e5525aa16..9a29c1b217897e1e5f5ee11649641beed1cc2ee9 100644 (file)
--- a/README
+++ b/README
@@ -287,11 +287,11 @@ XZ Utils
     XZ Embedded is a limited implementation written for use in the Linux
     kernel, but it is also suitable for other embedded use.
 
-        https://tukaani.org/xz/embedded.html
+        https://xz.tukaani.org/xz-embedded/
 
     XZ for Java is a complete implementation written in pure Java.
 
-        https://tukaani.org/xz/java.html
+        https://xz.tukaani.org/xz-for-java/
 
 
 6. Contact information
index 3f9068b4b278040489220702772738604209df03..a49e7e741b10d5ace3236828ca0d0c1c0399145a 100644 (file)
@@ -240,5 +240,5 @@ A:  Give --enable-small to the configure script. Use also appropriate
     If the result is still too big, take a look at XZ Embedded. It is
     a separate project, which provides a limited but significantly
     smaller XZ decoder implementation than XZ Utils. You can find it
-    at <https://tukaani.org/xz/embedded.html>.
+    at <https://xz.tukaani.org/xz-embedded/>.
 
index 4865defd5cf22716d68dbc4621897e6186afffe5..1dd365eb6cf47d424d8839a25b5be418c71e2d40 100644 (file)
@@ -40,11 +40,11 @@ The .lzma File Format
 
 0.2. Changes
 
-        Last modified: 2022-07-13 21:00+0300
+        Last modified: 2024-01-16 18:00+0800
 
-        Compared to the previous version (2011-04-12 11:55+0300)
-        the section 1.1.3 was modified to allow End of Payload Marker
-        with a known Uncompressed Size.
+        Compared to the previous version (2022-07-13 21:00+0300)
+        the section 2 was modified to change links from http to
+        https and to update XZ links.
 
 
 1. File Format
@@ -157,17 +157,17 @@ The .lzma File Format
 2. References
 
         LZMA SDK - The original LZMA implementation
-        http://7-zip.org/sdk.html
+        https://7-zip.org/sdk.html
 
         7-Zip
-        http://7-zip.org/
+        https://7-zip.org/
 
         LZMA Utils - LZMA adapted to POSIX-like systems
-        http://tukaani.org/lzma/
+        https://tukaani.org/lzma/
 
         XZ Utils - The next generation of LZMA Utils
-        http://tukaani.org/xz/
+        https://xz.tukaani.org/xz-utils/
 
         The .xz file format - The successor of the .lzma format
-        http://tukaani.org/xz/xz-file-format.txt
+        https://xz.tukaani.org/format/xz-file-format.txt
 
index 87e8f46435559d7adfff69d7efb557cf2c93206c..9d277773bca492b120d71a1cca12a941bbc79942 100644 (file)
@@ -7,7 +7,8 @@ Introduction
 
     This package includes command line tools (xz.exe and a few others)
     and the liblzma compression library from XZ Utils. You can find the
-    latest version and full source code from <https://tukaani.org/xz/>.
+    latest version and full source code from
+    <https://xz.tukaani.org/xz-utils/>.
 
     The parts of the XZ Utils source code, that are relevant to this
     binary package, are in the public domain. XZ Utils have been built