diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.txt | 2 | ||||
-rw-r--r-- | doc/lzma-file-format.txt | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/faq.txt b/doc/faq.txt index a49e7e74..3f9068b4 100644 --- a/doc/faq.txt +++ b/doc/faq.txt @@ -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://xz.tukaani.org/xz-embedded/>. + at <https://tukaani.org/xz/embedded.html>. diff --git a/doc/lzma-file-format.txt b/doc/lzma-file-format.txt index 1dd365eb..8cce5dcc 100644 --- a/doc/lzma-file-format.txt +++ b/doc/lzma-file-format.txt @@ -40,11 +40,11 @@ The .lzma File Format 0.2. Changes - Last modified: 2024-01-16 18:00+0800 + Last modified: 2024-04-08 17:35+0300 - 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. + From version 2011-04-12 11:55+0300 to 2022-07-13 21:00+0300: + The section 1.1.3 was modified to allow End of Payload Marker + with a known Uncompressed Size. 1. File Format @@ -166,8 +166,8 @@ The .lzma File Format https://tukaani.org/lzma/ XZ Utils - The next generation of LZMA Utils - https://xz.tukaani.org/xz-utils/ + https://tukaani.org/xz/ The .xz file format - The successor of the .lzma format - https://xz.tukaani.org/format/xz-file-format.txt + https://tukaani.org/xz/xz-file-format.txt |