]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: fix rapidfuzz link (#7176)
authorPsychi <35874716+Psychi1@users.noreply.github.com>
Sun, 7 Jul 2024 14:08:40 +0000 (16:08 +0200)
committerGitHub <noreply@github.com>
Sun, 7 Jul 2024 14:08:40 +0000 (07:08 -0700)
docs/advanced_usage.md

index 14f2e49ab43296a7f8a6757131524b8922833e5c..bcebeeb01832bd515e373c4bf76cb6f7d5db0190 100644 (file)
@@ -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).