You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by eb...@apache.org on 2018/06/21 13:21:08 UTC

svn commit: r1834011 - /tomcat/trunk/webapps/docs/rewrite.xml

Author: ebourg
Date: Thu Jun 21 13:21:08 2018
New Revision: 1834011

URL: http://svn.apache.org/viewvc?rev=1834011&view=rev
Log:
Fixed a broken perldoc link

Modified:
    tomcat/trunk/webapps/docs/rewrite.xml

Modified: tomcat/trunk/webapps/docs/rewrite.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/rewrite.xml?rev=1834011&r1=1834010&r2=1834011&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/rewrite.xml (original)
+++ tomcat/trunk/webapps/docs/rewrite.xml Thu Jun 21 13:21:08 2018
@@ -456,7 +456,7 @@ public interface RewriteMap {
 
       <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="https://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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org