diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2017-04-19 22:17:35 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2017-04-19 22:17:35 +0300 |
commit | 662b27c417cab248cb365dd7682121bdec4d5ae7 (patch) | |
tree | 05e41b8971dd0a6d79bd573b7315ce8248cb7b23 /doc/faq.txt | |
parent | xz: Add io_seek_src(). (diff) | |
download | xz-662b27c417cab248cb365dd7682121bdec4d5ae7.tar.xz |
Update the home page URLs to HTTPS.
Diffstat (limited to '')
-rw-r--r-- | doc/faq.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq.txt b/doc/faq.txt index 333bee09..dee7824f 100644 --- a/doc/faq.txt +++ b/doc/faq.txt @@ -206,7 +206,7 @@ Q: How do I build a program that needs liblzmadec (lzmadec.h)? A: liblzmadec is part of LZMA Utils. XZ Utils has liblzma, but no liblzmadec. The code using liblzmadec should be ported to use liblzma instead. If you cannot or don't want to do that, download - LZMA Utils from <http://tukaani.org/lzma/>. + LZMA Utils from <https://tukaani.org/lzma/>. Q: The default build of liblzma is too big. How can I make it smaller? @@ -220,5 +220,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 <http://tukaani.org/xz/embedded.html>. + at <https://tukaani.org/xz/embedded.html>. |