This is an automated email from the ASF dual-hosted git repository.
szetszwo pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 92da0e0 RATIS-1398. Wrong link for KEYS file. (#512)
92da0e0 is described below
commit 92da0e079509c3713fb3fa56471a3cda3c9dfd67
Author: Tsz-Wo Nicholas Sze <[email protected]>
AuthorDate: Tue Oct 5 09:26:54 2021 +0800
RATIS-1398. Wrong link for KEYS file. (#512)
---
downloads.html | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/downloads.html b/downloads.html
index 0f19876..56d4646 100644
--- a/downloads.html
+++ b/downloads.html
@@ -171,9 +171,7 @@ The binaries are also uploaded to the maven central for
convenience. (See the ge
site</a>.</li>
<li>Download the signature file apache-ratis-X.Y.Z-src.tar.gz.asc from
<a href="https://dist.apache.org/repos/dist/release/ratis/">Apache</a>.</li>
-<li>Download the <a
href="https://dist.apache.org/repos/dist/release/ratis/KEYS">Ratis
-KEYS</a>
-file.</li>
+<li>Download the <a href="https://downloads.apache.org/ratis/KEYS">Ratis
KEYS</a> file.</li>
<li>gpg --import KEYS</li>
<li>gpg --verify apache-ratis-X.Y.Z-src.tar.gz.asc</li>
</ol>