]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix external references to perldoc
authorAndré Malo <nd@apache.org>
Wed, 14 Nov 2007 14:28:49 +0000 (14:28 +0000)
committerAndré Malo <nd@apache.org>
Wed, 14 Nov 2007 14:28:49 +0000 (14:28 +0000)
PR: 43856

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@594901 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml
docs/manual/rewrite/rewrite_intro.xml

index 51e7d2beefecb80277cc24f07e0d69af0e6251b9..404f111a366ed7202a904bc79713ef8909929ac6 100644 (file)
@@ -1091,7 +1091,7 @@ RewriteRule  ^/$                 /homepage.std.html  [L]
 
       <p>For more information about regular expressions, have a look at the
       perl regular expression manpage ("<a
-      href="http://www.perldoc.com/perlre.html">perldoc
+      href="http://perldoc.perl.org/perlre.html">perldoc
       perlre</a>"). If you are interested in more detailed
       information about regular expressions and their variants
       (POSIX regex etc.) the following book is dedicated to this topic:</p>
index c757a4908d5d201e080c8eb124ab56dbdaecc69b..ed8faef34e3a037d9270add53c38e86fe1681225 100644 (file)
@@ -61,7 +61,7 @@ follows is understood, rather than just copied blindly.
 Regular Expression</a> vocabulary. In this document, we do not attempt
 to provide a detailed reference to regular expressions. For that, we
 recommend the <a href="http://pcre.org/pcre.txt">PCRE man pages</a>, the
-<a href="http://www.perldoc.com/perl5.8.0/pod/perlre.html">Perl regular
+<a href="http://perldoc.perl.org/perlre.html">Perl regular
 expression man page</a>, and <a
 href="http://www.oreilly.com/catalog/regex2/index.html">Mastering
 Regular Expressions, by Jeffrey Friedl</a>.</p>