You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/12/10 15:44:23 UTC

svn commit: r1044374 - /httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html

Author: rbowen
Date: Fri Dec 10 14:44:22 2010
New Revision: 1044374

URL: http://svn.apache.org/viewvc?rev=1044374&view=rev
Log:
Use the 'current' url scheme rather than 2.2.

Modified:
    httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html?rev=1044374&r1=1044373&r2=1044374&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html Fri Dec 10 14:44:22 2010
@@ -25,15 +25,15 @@
         maintained, and has been declared "end of life". If you are in
         fact still using the 1.3 version, please consider upgrading.
         The current version of the server is <a 
-        href="http://httpd.apache.org/docs/2.2/">2.2</a>.
+        href="http://httpd.apache.org/docs/current/">2.2</a>.
 
         This document may be available
-        <a href="http://httpd.apache.org/docs/1.3/mod/" id="docLink">in the 2.2 docs.</a> 
+        <a href="http://httpd.apache.org/docs/current/mod/" id="docLink">in the 2.2 docs.</a> 
         </p>
       
         <script language='Javascript' type='text/javascript'>
        var path = location.pathname;
-       path = path.replace( /1\.3/, '2.2' );
+       path = path.replace( /1\.3/, 'current' );
        document.getElementById("docLink").href=(path);
        </script>
         </div>