]> granicus.if.org Git - apache/commitdiff
fix external references to perldoc
authorAndré Malo <nd@apache.org>
Wed, 14 Nov 2007 14:27:20 +0000 (14:27 +0000)
committerAndré Malo <nd@apache.org>
Wed, 14 Nov 2007 14:27:20 +0000 (14:27 +0000)
PR: 43856

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@594900 13f79535-47bb-0310-9956-ffa450edef68

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

index f6846aebdf39d93c6fc2ab53dbb6d0aa4d24da13..fbc102d2b927a144e72b4dad8fc1a09c4d74fe48 100644 (file)
@@ -1129,7 +1129,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 0a206bdb83034a4382ae70c9b61324f7670a9c92..65d8116009866c02b2608828ddaab667eee6b7a3 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>