summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-07-29 22:06:22 +0200
committerGitHub <noreply@github.com>2023-07-29 22:06:22 +0200
commit295d73388322ae0645e3c00469566d29ef693f59 (patch)
tree071fafde1f5817639fe346678015fa31c9e81c61
parentd5247788ee4719905b7c0ae1ff45d097b61e368a (diff)
Update where.md
-rw-r--r--docs/content/en/functions/where.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/where.md b/docs/content/en/functions/where.md
index 664507ead..f2e264235 100644
--- a/docs/content/en/functions/where.md
+++ b/docs/content/en/functions/where.md
@@ -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].