]> granicus.if.org Git - apache/commitdiff
Add links to the relevant docs.
authorRich Bowen <rbowen@apache.org>
Fri, 28 Dec 2012 18:03:58 +0000 (18:03 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 28 Dec 2012 18:03:58 +0000 (18:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1426598 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/new_features_2_4.html.en
docs/manual/new_features_2_4.xml

index b46cf36bc45a1c6af637e7809c680fcb64bcb31d..a587db5a8b7b552770ccdeee6f3d107fb2252e0c 100644 (file)
     
     <dl>
       <dt>Run-time Loadable MPMs</dt>
-      <dd>Multiple MPMs can now be built as loadable modules at compile time.
+      <dd>Multiple MPMs can now be <a href="mpm.html#dynamic">built 
+      as loadable modules</a> at compile time.
       The MPM of choice can be configured at run time.</dd>
 
       <dt>Event MPM</dt>
-      <dd>The Event MPM is no longer experimental but is now fully supported.</dd>
+      <dd>The <a href="mod/event.html">Event MPM</a> is no longer experimental
+      but is now fully supported.</dd>
 
       <dt>Asynchronous support</dt>
       <dd>Better support for asynchronous read/write for supporting MPMs and
index 33d2aacc636f52b98f1f0108baed29ce22f3e9d3..861f59da7437238d1c0cdcaedeac380a3cb97dc4 100644 (file)
     <title>Core Enhancements</title>
     <dl>
       <dt>Run-time Loadable MPMs</dt>
-      <dd>Multiple MPMs can now be built as loadable modules at compile time.
+      <dd>Multiple MPMs can now be <a href="mpm.html#dynamic">built 
+      as loadable modules</a> at compile time.
       The MPM of choice can be configured at run time.</dd>
 
       <dt>Event MPM</dt>
-      <dd>The Event MPM is no longer experimental but is now fully supported.</dd>
+      <dd>The <a href="mod/event.html">Event MPM</a> is no longer experimental
+      but is now fully supported.</dd>
 
       <dt>Asynchronous support</dt>
       <dd>Better support for asynchronous read/write for supporting MPMs and