]> granicus.if.org Git - apache/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Wed, 14 Nov 2007 14:30:17 +0000 (14:30 +0000)
committerAndré Malo <nd@apache.org>
Wed, 14 Nov 2007 14:30:17 +0000 (14:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@594903 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en
docs/manual/rewrite/rewrite_intro.html.en

index d8467a898a1b8e47537139603547764ea5c5b5b4..c7696e791491571936b716e2d70a38efee5c48b4 100644 (file)
@@ -1116,7 +1116,7 @@ later</td></tr>
 </pre></div>
 
       <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
+      perl regular expression manpage ("<a 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 9905e95d036e2984443f9f8b43b4d515fadfff89..b7f83e02241b1e515f7797bf919f73eef6e36758 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>