diff options
author | Rich Bowen <rbowen@apache.org> | 2012-05-04 01:43:13 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2012-05-04 01:43:13 +0200 |
commit | 70e2ba2fafe37c22603f8ea4285022fa72af0739 (patch) | |
tree | 0a4b7e915a5813832801cd2c673da336b1ea6af9 /docs/manual/index.html.en | |
parent | Link to the new getting-started document, just to get a few more (diff) | |
download | apache2-70e2ba2fafe37c22603f8ea4285022fa72af0739.tar.xz apache2-70e2ba2fafe37c22603f8ea4285022fa72af0739.zip |
Fixes the 'FAQ' link in the header and footer.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1333685 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/index.html.en')
-rw-r--r-- | docs/manual/index.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/index.html.en b/docs/manual/index.html.en index 3c76de6d28..87209d047a 100644 --- a/docs/manual/index.html.en +++ b/docs/manual/index.html.en @@ -16,7 +16,7 @@ Documentation - Apache HTTP Server</title> <link href="./images/favicon.ico" rel="shortcut icon" /></head> <body id="index-page"> <div id="page-header"> -<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p> +<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p> <p class="apache">Apache HTTP Server Version 2.5</p> <img alt="" src="./images/feather.gif" /></div> <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> @@ -114,7 +114,7 @@ Documentation</h1> <a href="./zh-cn/" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div id="footer"> <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> -<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- +<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== undefined) { prettyPrint(); } |