summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Abele <erikabele@apache.org>2002-10-24 20:28:25 +0000
committerErik Abele <erikabele@apache.org>2002-10-24 20:28:25 +0000
commitd9cfdc7b8f5d64766c412a94d9f140f6517a39d8 (patch)
treee6d9bed9f69638c8fe4ba5a5036ab2d4ea13af9f /docs
parent4d41fa588fbc492046ca3fe62fd29b36159ae75d (diff)
downloadhttpd-d9cfdc7b8f5d64766c412a94d9f140f6517a39d8.tar.gz
fix and clarify links to the online doco.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97292 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/install.html.en5
-rw-r--r--docs/manual/install.xml10
2 files changed, 8 insertions, 7 deletions
diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en
index e1567b5a07..40dfd1835f 100644
--- a/docs/manual/install.html.en
+++ b/docs/manual/install.html.en
@@ -530,8 +530,9 @@ seperated by a colon.</dd>
<div class="example"><p><code>$ vi <em>PREFIX</em>/conf/httpd.conf</code></p></div>
- <p>Have a look at the Apache manual under <a href="./">docs/manual/</a> or <a href="http://httpd.apache.org/docs/">http://httpd.apache.org/docs-2.0/</a>
- for a complete reference of available <a href="mod/directives.html">configuration directives</a>.</p>
+ <p>Have a look at the Apache manual under <a href="./">docs/manual/</a> or consult <a href="http://httpd.apache.org/docs-2.0/">http://httpd.apache.org/docs-2.0/</a>
+ for the most recent version of this manual and a complete reference of
+ available <a href="mod/directives.html">configuration directives</a>.</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="test" id="test">Test</a></h2>
<p>Now you can <a href="invoking.html">start</a> your Apache
diff --git a/docs/manual/install.xml b/docs/manual/install.xml
index 6d450c2c57..1f658d9a09 100644
--- a/docs/manual/install.xml
+++ b/docs/manual/install.xml
@@ -563,10 +563,10 @@ seperated by a colon.</dd>
<example>$ vi <em>PREFIX</em>/conf/httpd.conf</example>
<p>Have a look at the Apache manual under <a
- href="./">docs/manual/</a> or <a
- href="http://httpd.apache.org/docs/">http://httpd.apache.org/docs-2.0/</a>
- for a complete reference of available <a
- href="mod/directives.html">configuration directives</a>.</p>
+ href="./">docs/manual/</a> or consult <a
+ href="http://httpd.apache.org/docs-2.0/">http://httpd.apache.org/docs-2.0/</a>
+ for the most recent version of this manual and a complete reference of
+ available <a href="mod/directives.html">configuration directives</a>.</p>
</section>
<section id="test"><title>Test</title>
@@ -586,4 +586,4 @@ seperated by a colon.</dd>
<example>$ <em>PREFIX</em>/bin/apachectl stop</example>
</section>
-</manualpage> \ No newline at end of file
+</manualpage>