]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Wed, 14 Nov 2007 14:31:14 +0000 (14:31 +0000)
committerAndré Malo <nd@apache.org>
Wed, 14 Nov 2007 14:31:14 +0000 (14:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@594906 13f79535-47bb-0310-9956-ffa450edef68

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

index 7882d9769b1a0a052ad6e55a88b7dc4048ceeb8e..8d8f669fb36b85dce1abe7f7826c187e3d3dbf27 100644 (file)
@@ -1078,7 +1078,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 a2c41b484b0211771d910811ce4049da0aeb1ecf..e96dd216f6188783ca9ac4bb411aece50548c81c 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>