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

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

index 33535ef8a8a9925f8edd0f39b78b1c2a7a0a8e87..62debbb225ad7114b2adb7bed8074a43149ff3fa 100644 (file)
     
     <dl>
       <dt>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 2f4e0873cced18e73b110d66502f9cc98a9ac9de..f12facb7be671a836821694ddbea39f3080f4b9b 100644 (file)
     <title>Core Enhancements</title>
     <dl>
       <dt>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