From: Psychi <35874716+Psychi1@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:08:40 +0000 (+0200) Subject: Documentation: fix rapidfuzz link (#7176) X-Git-Tag: v2.11.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71fedcb4664a2812874f35e9668bdd33cebd39b3;p=thirdparty%2Fpaperless-ngx.git Documentation: fix rapidfuzz link (#7176) --- diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index 14f2e49ab4..bcebeeb018 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -36,7 +36,7 @@ The following algorithms are available: - **Regular expression:** Parses the match as a regular expression and tries to find a match within the document. - **Fuzzy match:** Uses a partial matching based on locating the tag text - inside the document, using a [partial ratio](https://maxbachmann.github.io/RapidFuzz/Usage/fuzz.html#partial-ratio) + inside the document, using a [partial ratio](https://rapidfuzz.github.io/RapidFuzz/Usage/fuzz.html#partial-ratio) - **Auto:** Tries to automatically match new documents. This does not require you to set a match. See the [notes below](#automatic-matching).