summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md4
1 files changed, 2 insertions, 2 deletions
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.