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

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

docs/manual/mod/mod_rewrite.xml

index 9971f67b26fc018faa4957a8863de908d80516f8..d3a7724b0b37fd89ecdea3df5bd4639e5c7aaac7 100644 (file)
@@ -1192,7 +1192,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/perl5.6.1/pod/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>