diff options
-rw-r--r-- | docs/manual/developer/index.html.en | 5 | ||||
-rw-r--r-- | docs/manual/developer/index.xml | 7 |
2 files changed, 3 insertions, 9 deletions
diff --git a/docs/manual/developer/index.html.en b/docs/manual/developer/index.html.en index bedc2e1f29..83ddbc26a8 100644 --- a/docs/manual/developer/index.html.en +++ b/docs/manual/developer/index.html.en @@ -49,10 +49,7 @@ <div class="section"> <h2><a name="external" id="external">External Resources</a></h2> <ul> - <li>Tools provided by Ian Holsman: - <ul> - <li><a href="http://docx.itscales.com/">Autogenerated Apache 2 code documentation</a></li> - </ul></li> + <li><a href="http://www.rcbowen.com/httpd_api_docs/">Autogenerated Apache HTTP Server (trunk) code documentation</a></li> <li>Module Development Tutorials by Kevin O'Donnell <ul> diff --git a/docs/manual/developer/index.xml b/docs/manual/developer/index.xml index 5ccf7b132f..df8cf6b6d0 100644 --- a/docs/manual/developer/index.xml +++ b/docs/manual/developer/index.xml @@ -51,11 +51,8 @@ <section id="external"><title>External Resources</title> <ul> - <li>Tools provided by Ian Holsman: - <ul> - <li><a href="http://docx.itscales.com/" - >Autogenerated Apache 2 code documentation</a></li> - </ul></li> + <li><a href="http://www.rcbowen.com/httpd_api_docs/" + >Autogenerated Apache HTTP Server (trunk) code documentation</a></li> <li>Module Development Tutorials by Kevin O'Donnell <ul> |