This is an automated email from the ASF dual-hosted git repository.
szetszwo pushed a commit to branch asf-site-source
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/asf-site-source by this push:
new d5e1440 RATIS-1398. Wrong link for KEYS file. (#509)
d5e1440 is described below
commit d5e144065e87a8c51f25dba1bded41a4afd74031
Author: Tsz-Wo Nicholas Sze <[email protected]>
AuthorDate: Mon Oct 4 11:06:16 2021 +0800
RATIS-1398. Wrong link for KEYS file. (#509)
---
layouts/custompage/downloads.html | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/layouts/custompage/downloads.html
b/layouts/custompage/downloads.html
index 8c2784b..48d0fec 100644
--- a/layouts/custompage/downloads.html
+++ b/layouts/custompage/downloads.html
@@ -72,9 +72,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>