From 662b27c417cab248cb365dd7682121bdec4d5ae7 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 19 Apr 2017 22:17:35 +0300 Subject: Update the home page URLs to HTTPS. --- doc/faq.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 . + LZMA Utils from . 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 . + at . -- cgit v1.2.3