diff options
author | Rich Bowen <rbowen@apache.org> | 2009-11-02 19:31:08 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2009-11-02 19:31:08 +0100 |
commit | d2b36fc6aa4a8245fe003c7576caedaa370f8931 (patch) | |
tree | 3a031ed06fc52e5dff61f051759a5aa2f84751d1 /docs/manual/sitemap.html.en | |
parent | Rewrite of the overview/introduction for this section of the docs. (diff) | |
download | apache2-d2b36fc6aa4a8245fe003c7576caedaa370f8931.tar.xz apache2-d2b36fc6aa4a8245fe003c7576caedaa370f8931.zip |
As discussed on the docs mailing list several months back, we're
removing the 'rewrite_' from the various files in the rewrite/
directory, since it's redundant. This change moves rewrite_intro to
intro. Patches to follow will rename the other rewrite_ files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832009 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/sitemap.html.en')
-rw-r--r-- | docs/manual/sitemap.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/sitemap.html.en b/docs/manual/sitemap.html.en index 1ea63d0a17..d7501e2053 100644 --- a/docs/manual/sitemap.html.en +++ b/docs/manual/sitemap.html.en @@ -96,7 +96,7 @@ Documentation</a>.</p> <ul><li class="separate"><a href="rewrite/">Overview</a></li> <li><a href="mod/mod_rewrite.html">mod_rewrite reference documentation</a></li> -<li><a href="rewrite/rewrite_intro.html">Introduction</a></li> +<li><a href="rewrite/intro.html">Introduction</a></li> <li><a href="rewrite/rewrite_flags.html">Flags</a></li> <li><a href="rewrite/rewrite_tech.html">Technical details</a></li> <li><a href="rewrite/rewrite_guide.html">Rewrite Guide - useful examples</a></li> |