aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2017-04-19 22:17:35 +0300
committerLasse Collin <lasse.collin@tukaani.org>2018-03-28 19:16:06 +0300
commit70f479211973b5361f4d7cb08ba5be69b4266e7a (patch)
tree0dadb4a0fa629dce24c151e313fafd22edf16ddc /doc
parentxz: Use POSIX_FADV_RANDOM for in "xz --list" mode. (diff)
downloadxz-70f479211973b5361f4d7cb08ba5be69b4266e7a.tar.xz
Update the home page URLs to HTTPS.
Diffstat (limited to 'doc')
-rw-r--r--doc/faq.txt4
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>.