From 3938f96434cb714c579da16935996778f392124b Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Thu, 7 Oct 2021 17:14:34 -0400 Subject: [PATCH] Link to the Onigurama docs --- docs/content/manual/manual.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml index aee1ed47f6..cca6eb652e 100644 --- a/docs/content/manual/manual.yml +++ b/docs/content/manual/manual.yml @@ -2277,9 +2277,10 @@ sections: - title: Regular expressions (PCRE) body: | - jq uses the Oniguruma regular expression library, as do php, - ruby, TextMate, Sublime Text, etc, so the description here - will focus on jq specifics. + jq uses the + [Oniguruma regular expression library](https://github.com/kkos/oniguruma/blob/master/doc/RE), + as do php, ruby, TextMate, Sublime Text, etc, so the + description here will focus on jq specifics. The jq regex filters are defined so that they can be used using one of these patterns: