]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Link to PCRE2 docs, rather than PCRE.
authorRich Bowen <rbowen@apache.org>
Thu, 21 May 2026 16:30:53 +0000 (16:30 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 21 May 2026 16:30:53 +0000 (16:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934482 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/intro.xml

index cd6f40555976ea575956a647bfad5903173f6daa..0c6bc2c8008bd2ce4bdb0e75f4234c01eeabdd66 100644 (file)
@@ -72,12 +72,12 @@ it will tell you exactly how each rule is processed.</p>
 
 <section id="regex"><title>Regular Expressions</title>
 
-<p><module>mod_rewrite</module> uses the <a href="https://www.pcre.org/">Perl Compatible
-Regular Expression</a> vocabulary. In this document, we do not attempt
+<p><module>mod_rewrite</module> uses the <a href="https://www.pcre.org/current/doc/html/pcre2syntax.html">Perl Compatible
+Regular Expressions</a> vocabulary, via the PCRE2 library. In this document, we do not attempt
 to provide a detailed reference to regular expressions. For that, we
-recommend the <a href="https://www.pcre.org/pcre.txt">PCRE man pages</a>, the
+recommend the <a href="https://www.pcre.org/current/doc/html/pcre2syntax.html">PCRE2 documentation</a>, the
 <a href="https://perldoc.perl.org/perlre">Perl regular
-expression man page</a>, and <a
+expressions man page</a>, and <a
 href="https://www.oreilly.com/library/view/mastering-regular-expressions/0596528124/">Mastering
 Regular Expressions, by Jeffrey Friedl</a> (the third edition is from
 2006, but regular expression syntax is essentially unchanged, and this