summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-12-10 14:44:22 +0000
committerRich Bowen <rbowen@apache.org>2010-12-10 14:44:22 +0000
commit0dbe02050861a0ae870b98ecb439e339123a1f23 (patch)
tree829c887c60342ff83535c11da4fad2b4a193781b
parent4a8c5b1dc10ffbb5136766c0b478f9501db8a20f (diff)
downloadhttpd-0dbe02050861a0ae870b98ecb439e339123a1f23.tar.gz
Use the 'current' url scheme rather than 2.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1044374 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--htdocs/manual/mod/header.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/manual/mod/header.html b/htdocs/manual/mod/header.html
index a7a6e40f91..36a03e452b 100644
--- a/htdocs/manual/mod/header.html
+++ b/htdocs/manual/mod/header.html
@@ -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>