You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2022/01/21 16:39:58 UTC

svn commit: r1897302 - in /httpd/httpd/trunk/docs/manual/developer: index.html.en.utf8 index.xml

Author: rbowen
Date: Fri Jan 21 16:39:57 2022
New Revision: 1897302

URL: http://svn.apache.org/viewvc?rev=1897302&view=rev
Log:
Link to where to open a bug, as requested in 
https://bz.apache.org/bugzilla/show_bug.cgi?id=61218

Modified:
    httpd/httpd/trunk/docs/manual/developer/index.html.en.utf8
    httpd/httpd/trunk/docs/manual/developer/index.xml

Modified: httpd/httpd/trunk/docs/manual/developer/index.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/index.html.en.utf8?rev=1897302&r1=1897301&r2=1897302&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/index.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/developer/index.html.en.utf8 [utf-8] Fri Jan 21 16:39:57 2022
@@ -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">&para;</a></h2>
+<h2><a name="external" id="external">Other Resources</a> <a title="Permanent link" href="#external" class="permalink">&para;</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">

Modified: httpd/httpd/trunk/docs/manual/developer/index.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/index.xml?rev=1897302&r1=1897301&r2=1897302&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/index.xml (original)
+++ httpd/httpd/trunk/docs/manual/developer/index.xml Fri Jan 21 16:39:57 2022
@@ -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>