]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
Update where.md
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 29 Jul 2023 20:06:22 +0000 (22:06 +0200)
committerGitHub <noreply@github.com>
Sat, 29 Jul 2023 20:06:22 +0000 (22:06 +0200)
docs/content/en/functions/where.md

index 664507eada3a02736b5bfd1e98e0465edef0ab96..f2e2642359ea76bee255d8d2299396102ec48139 100644 (file)
@@ -120,7 +120,7 @@ When specifying the regular expression, use a raw [string literal] (backticks) i
 
 Go's regular expression package implements the [RE2 syntax]. Note that the RE2 `\C` escape sequence is not supported.
 
-[RE2 syntax documentation]: https://github.com/google/re2/wiki/Syntax/
+[RE2 syntax]: https://github.com/google/re2/wiki/Syntax/
 
 {{% note %}}
 The RE2 syntax is a subset of that accepted by [PCRE], roughly speaking, and with various [caveats].