diff --git a/FAQ.md b/FAQ.md
index 66bcc551e6..c81c088eb7 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -2992,7 +2992,7 @@ Note that a regular expression supports an *or* operator, so if you want to matc
```
Note that [dot all mode](https://developer.android.com/reference/java/util/regex/Pattern#DOTALL) is enabled
-to be able to match [unfolded headers](https://datatracker.ietf.org/doc/html/rfc5322#section-3.2.23).
+to be able to match [unfolded headers](https://datatracker.ietf.org/doc/html/rfc5322#section-3.2.2).
diff --git a/index.html b/index.html
index 2fb735bbce..6a3abecbde 100644
--- a/index.html
+++ b/index.html
@@ -1633,7 +1633,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>
.*@.*\.xyz>
Note that a regular expression supports an or operator, so if you want to match multiple senders, you can do this:
.*alice@example\.org.*|.*bob@example\.org.*|.*carol@example\.org.*
-Note that dot all mode is enabled to be able to match unfolded headers.
+Note that dot all mode is enabled to be able to match unfolded headers.
Since version 1.2174 it is possible to use expression conditions like: