From 2142e8f09745c828b2cfb377c84e5ab2126a1a86 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Mon, 6 Oct 2025 02:44:08 +0000 Subject: Content tweaks and 'Installation Notes' --> 'Installation Guide'. --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FAQ.md') diff --git a/FAQ.md b/FAQ.md index 60740f0..68a1699 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,9 +1,9 @@ > [!NOTE] -> [Docker-related stuff has a separate FAQ page](Installation-Notes#faq) +> [Docker-related stuff is on a separate page](Installation-Guide#faq) ### I want to check how tt-rss renders my feed / the feed I'm trying to use is parsed incorrectly -- tt-rss expects valid XML feed data which is parsed using libxml. Any XML parse errors, should you feel that libxml is misbehaving (which is unlikely), should be reported to libxml developers. We don't add hacks for invalid XML on tt-rss side. +tt-rss expects valid XML feed data which is parsed using libxml. Any XML parse errors, should you feel that libxml is misbehaving (which is unlikely), should be reported to libxml developers. We don't add hacks for invalid XML on tt-rss side. Plugins may affect parsing, consider disabling any plugins before investigating XML-related issues. -- cgit v1.2.3-54-g00ecf