summaryrefslogtreecommitdiffstats
path: root/docs/manual/developer
diff options
context:
space:
mode:
authorDavid Shane Holden <dpejesh@apache.org>2002-11-04 04:25:50 +0100
committerDavid Shane Holden <dpejesh@apache.org>2002-11-04 04:25:50 +0100
commitffd207fe8c930677f7d846e96986619a2de0e1ab (patch)
tree2910a10e6dffdbd7294c6482e28fa8e07a420be2 /docs/manual/developer
parentcore_opts_merge() needs to be static (diff)
downloadapache2-ffd207fe8c930677f7d846e96986619a2de0e1ab.tar.xz
apache2-ffd207fe8c930677f7d846e96986619a2de0e1ab.zip
Add a link to another tutorial by Kevin O'Donnell.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97388 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer')
-rw-r--r--docs/manual/developer/index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/manual/developer/index.html b/docs/manual/developer/index.html
index b45e434873..888ec3cdf9 100644
--- a/docs/manual/developer/index.html
+++ b/docs/manual/developer/index.html
@@ -55,10 +55,11 @@
<dt><a href="http://www.onlamp.com/pub/ct/38">Some notes on
Apache module development by Ryan Bloom</a></dt>
- <dt><a
- href="http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html">Notes
- on how to integrate a module into the Apache build system
- by Kevin O'Donnell</a></dt>
+ <dt>Module Development Tutorials by Kevin O'Donnell</dt>
+ <dd><a href="http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html">
+ Integrating a module into the Apache build system</a></dd>
+ <dd><a href="http://threebit.net/tutorials/apache2_modules/tut2/tutorial2.html">
+ Handling configuration directives</a></dd>
</dl>
<!--#include virtual="footer.html" -->