From 4a2d3dc55bff647f429852a50aba6a4a09012e27 Mon Sep 17 00:00:00 2001 From: Esa Korhonen Date: Wed, 4 Mar 2020 16:38:18 +0200 Subject: [PATCH] MXS-2914 Link to pcre2 syntax page instead of API page More appropriate link. --- Documentation/Getting-Started/Configuration-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Getting-Started/Configuration-Guide.md b/Documentation/Getting-Started/Configuration-Guide.md index d13bcd1c3..9235c4982 100644 --- a/Documentation/Getting-Started/Configuration-Guide.md +++ b/Documentation/Getting-Started/Configuration-Guide.md @@ -286,7 +286,7 @@ whitespace in the pattern. `case` turns on case-sensitive matching. These settin also be defined in the pattern itself, so they can be used even in modules without pattern compilation settings. The pattern settings are `(?i)` for `ignorecase` and `(?x)` for `extended`. See the -[PCRE2 api documentation](https://www.pcre.org/current/doc/html/pcre2api.html#SEC20) +[PCRE2 syntax documentation](https://www.pcre.org/current/doc/html/pcre2syntax.html#SEC16) for more information. #### Standard regular expression settings for filters