diff options
author | Nick Kew <niq@apache.org> | 2010-06-30 01:04:27 +0200 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2010-06-30 01:04:27 +0200 |
commit | 042384c3b48673d5f73888352aa7276cc31c11de (patch) | |
tree | abcb057eb735c5a7ec87e355086227dd10a68fc0 /docs/manual/developer/index.xml | |
parent | spelling fix for a comment (diff) | |
download | apache2-042384c3b48673d5f73888352aa7276cc31c11de.tar.xz apache2-042384c3b48673d5f73888352aa7276cc31c11de.zip |
Move new_api_2_4 doc to developer docs where it belongs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@959136 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer/index.xml')
-rw-r--r-- | docs/manual/developer/index.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/manual/developer/index.xml b/docs/manual/developer/index.xml index df8cf6b6d0..5b04eefa24 100644 --- a/docs/manual/developer/index.xml +++ b/docs/manual/developer/index.xml @@ -28,7 +28,7 @@ <summary> <p>Many of the documents on these Developer pages are lifted from Apache 1.3's documentation. While they are all being - updated to Apache 2.0, they are in different stages of + updated to Apache 2, they are in different stages of progress. Please be patient, and point out any discrepancies or errors on the developer/ pages directly to the <a href="http://httpd.apache.org/lists.html#http-dev" @@ -38,14 +38,15 @@ <section id="topics"><title>Topics</title> <ul> <li><a href="API.html">Apache 1.3 API Notes</a></li> - <li><a href="hooks.html">Apache 2.0 Hook Functions</a></li> - <li><a href="request.html">Request Processing in Apache 2.0</a></li> - <li><a href="filters.html">How filters work in Apache 2.0</a></li> - <li><a href="output-filters.html">Guidelines for output filters in Apache 2.0</a></li> - <li><a href="modules.html">Converting Modules from Apache 1.3 to Apache 2.0</a></li> + <li><a href="new_api_2_4.html">API changes in Apache 2.3/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> + <li><a href="output-filters.html">Guidelines for output filters in Apache 2.x</a></li> + <li><a href="modules.html">Converting Modules from Apache 1.3 to Apache 2.x</a></li> <li><a href="debugging.html">Debugging Memory Allocation in APR</a></li> - <li><a href="documenting.html">Documenting Apache 2.0</a></li> - <li><a href="thread_safety.html">Apache 2.0 Thread Safety Issues</a></li> + <li><a href="documenting.html">Documenting Apache 2.x</a></li> + <li><a href="thread_safety.html">Apache 2.x Thread Safety Issues</a></li> </ul> </section> |