From 840dc552634edc65c474940cc613b3bfb5259b2c Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Tue, 13 Jun 2023 00:49:46 -0400 Subject: [PATCH] Link to the Onigurama docs (#2355) --- 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 489a1bb2..9a636fb3 100644 --- a/docs/content/manual/manual.yml +++ b/docs/content/manual/manual.yml @@ -2296,9 +2296,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: