diff options
author | Rich Bowen <rbowen@apache.org> | 2022-01-21 17:39:57 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2022-01-21 17:39:57 +0100 |
commit | 6158184868c55f7d04ca067db67d84e925c879e4 (patch) | |
tree | 114a30dcf54b43c15fc6da481e019a37a6c42780 | |
parent | Removes link to long-gone website. (diff) | |
download | apache2-6158184868c55f7d04ca067db67d84e925c879e4.tar.xz apache2-6158184868c55f7d04ca067db67d84e925c879e4.zip |
Link to where to open a bug, as requested in
https://bz.apache.org/bugzilla/show_bug.cgi?id=61218
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897302 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/developer/index.html.en.utf8 | 5 | ||||
-rw-r--r-- | docs/manual/developer/index.xml | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/manual/developer/index.html.en.utf8 b/docs/manual/developer/index.html.en.utf8 index 1a4768f38f..5443d09b50 100644 --- a/docs/manual/developer/index.html.en.utf8 +++ b/docs/manual/developer/index.html.en.utf8 @@ -36,7 +36,7 @@ </div> <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#developing">2.4 development documents</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#upgrading">Upgrading to 2.4</a></li> -<li><img alt="" src="../images/down.gif" /> <a href="#external">External Resources</a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#external">Other Resources</a></li> </ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> @@ -59,7 +59,7 @@ </ul> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="external" id="external">External Resources</a> <a title="Permanent link" href="#external" class="permalink">¶</a></h2> +<h2><a name="external" id="external">Other Resources</a> <a title="Permanent link" href="#external" class="permalink">¶</a></h2> <ul> <li><a href="http://ci.apache.org/projects/httpd/trunk/doxygen/">Autogenerated Apache HTTP Server (trunk) code documentation</a> (the link is built by this <a href="https://ci.apache.org/builders/httpd-doxygen-nightly">job</a>). @@ -73,6 +73,7 @@ <li><a href="http://www.apachetutor.org/dev/reslist">Connection Pooling</a></li> <li><a href="http://www.apachetutor.org/dev/brigades">Introduction to Buckets and Brigades</a></li> </ul></li> + <li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2">Report a bug or feature request</a></li> </ul> </div></div> <div class="bottomlang"> diff --git a/docs/manual/developer/index.xml b/docs/manual/developer/index.xml index ccbba6f792..6b52240bcb 100644 --- a/docs/manual/developer/index.xml +++ b/docs/manual/developer/index.xml @@ -53,7 +53,7 @@ </ul> </section> -<section id="external"><title>External Resources</title> +<section id="external"><title>Other Resources</title> <ul> <li><a href="http://ci.apache.org/projects/httpd/trunk/doxygen/" @@ -69,6 +69,7 @@ <li><a href="http://www.apachetutor.org/dev/reslist">Connection Pooling</a></li> <li><a href="http://www.apachetutor.org/dev/brigades">Introduction to Buckets and Brigades</a></li> </ul></li> + <li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2">Report a bug or feature request</a></li> </ul> </section> </manualpage> |