Author: humbedooh
Date: Mon Apr 9 20:41:08 2012
New Revision: 1311433
URL: http://svn.apache.org/viewvc?rev=1311433&view=rev
Log:
Update links here as well
Modified:
httpd/httpd/branches/2.4.x/docs/manual/developer/index.html.en
httpd/httpd/branches/2.4.x/docs/manual/developer/index.xml
Modified: httpd/httpd/branches/2.4.x/docs/manual/developer/index.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/developer/index.html.en?rev=1311433&r1=1311432&r2=1311433&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/developer/index.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/developer/index.html.en Mon Apr 9 20:41:08 2012
@@ -38,6 +38,7 @@
<h2><a name="topics" id="topics">Topics</a></h2>
<ul>
<li><a href="new_api_2_4.html">API changes in Apache 2.3/2.4</a></li>
+ <li><a href="modguide.html">Developing modules for Apache 2.4</a></li>
<li><a href="hooks.html">Apache 2.x Hook Functions</a></li>
<li><a href="request.html">Request Processing in Apache 2.x</a></li>
<li><a href="filters.html">How filters work in Apache 2.x</a></li>
Modified: httpd/httpd/branches/2.4.x/docs/manual/developer/index.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/developer/index.xml?rev=1311433&r1=1311432&r2=1311433&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/developer/index.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/developer/index.xml Mon Apr 9 20:41:08 2012
@@ -39,6 +39,7 @@
<section id="topics"><title>Topics</title>
<ul>
<li><a href="new_api_2_4.html">API changes in Apache 2.3/2.4</a></li>
+ <li><a href="modguide.html">Developing modules for Apache 2.4</a></li>
<li><a href="hooks.html">Apache 2.x Hook Functions</a></li>
<li><a href="request.html">Request Processing in Apache 2.x</a></li>
<li><a href="filters.html">How filters work in Apache 2.x</a></li>
|