Commit 155a7bed authored by Richard Bowen's avatar Richard Bowen
Browse files

Provide a possible link to the same doc in the 2.2 docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@943204 13f79535-47bb-0310-9956-ffa450edef68
parent 05dd68a3
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -21,8 +21,15 @@
        The current version of the server is <a 
        href="http://httpd.apache.org/docs/2.2/">2.2</a>.

        This document may be available
        <a href="" 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' );
       docLink.href=(path);
       </script>
        </div>

    </div>