diff options
author | Roy T. Fielding <fielding@apache.org> | 2001-11-14 06:20:38 +0000 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2001-11-14 06:20:38 +0000 |
commit | 075a0a7916f0b71f6dafc88a7e6af6d8836c2c1a (patch) | |
tree | e5d9a16e2cd5a05ea3ff218189b833d6a81e6491 /docs/manual | |
parent | c0302f17a2c931acbd1857606e5f62ae421606b6 (diff) | |
download | httpd-075a0a7916f0b71f6dafc88a7e6af6d8836c2c1a.tar.gz |
Fix location of KEYS file in docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91937 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/install.html | 4 | ||||
-rw-r--r-- | docs/manual/install.html.en | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/install.html b/docs/manual/install.html index b9103318d1..ee9600d087 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -211,7 +211,7 @@ testing the downloaded tarball against the PGP signature. This, in turn, is a two step procedure. First, you must obtain the <code>KEYS</code> file from the <a - href="http://www.apache.org/dist/">Apache distribution + href="http://www.apache.org/dist/httpd/">Apache distribution site</a>. (To assure that the <code>KEYS</code> file itself has not been modified, it may be a good idea to use a file from a previous distribution of Apache or import the keys from a @@ -230,7 +230,7 @@ <p>The next step is to test the tarball against the PGP signature, which should always be obtained from the <a - href="http://www.apache.org/dist/httpd">main Apache + href="http://www.apache.org/dist/httpd/">main Apache website</a>. The signature file has a filename identical to the source tarball with the addition of <code>.asc</code>. Then you can check the distribution with one of the following commands diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index b9103318d1..ee9600d087 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -211,7 +211,7 @@ testing the downloaded tarball against the PGP signature. This, in turn, is a two step procedure. First, you must obtain the <code>KEYS</code> file from the <a - href="http://www.apache.org/dist/">Apache distribution + href="http://www.apache.org/dist/httpd/">Apache distribution site</a>. (To assure that the <code>KEYS</code> file itself has not been modified, it may be a good idea to use a file from a previous distribution of Apache or import the keys from a @@ -230,7 +230,7 @@ <p>The next step is to test the tarball against the PGP signature, which should always be obtained from the <a - href="http://www.apache.org/dist/httpd">main Apache + href="http://www.apache.org/dist/httpd/">main Apache website</a>. The signature file has a filename identical to the source tarball with the addition of <code>.asc</code>. Then you can check the distribution with one of the following commands |