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-hadoop-projects.git
commit 02a7acc816b253ba57f0b653faa60f9f538add1b Author: Tsz-Wo Nicholas Sze <[email protected]> AuthorDate: Wed Oct 6 19:06:33 2021 +0800 RATIS-1413. Download page must not use dist.apache.org (#516) --- downloads.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/downloads.html b/downloads.html index 56d4646..b7a42ac 100644 --- a/downloads.html +++ b/downloads.html @@ -170,7 +170,7 @@ The binaries are also uploaded to the maven central for convenience. (See the ge <li>Download the release apache-ratis-X.Y.Z-src.tar.gz from a <a href="https://www.apache.org/dyn/closer.cgi/ratis">mirror 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> +<a href="https://downloads.apache.org/ratis/">Apache</a>.</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> @@ -180,7 +180,7 @@ site</a>.</li> <li>Download the release apache-ratis-X.Y.Z-src.tar.gz from a <a href="https://www.apache.org/dyn/closer.cgi/ratis">mirror site</a>.</li> <li>Download the checksum apache-ratis-X.Y.Z-src.tar.gz.mds from -<a href="https://dist.apache.org/repos/dist/release/ratis/">Apache</a>.</li> +<a href="https://downloads.apache.org/ratis/">Apache</a>.</li> <li>shasum -a 256 apache-ratis-X.Y.Z-src.tar.gz</li> </ol> <p>All previous releases of Ratis are available from the <a href="https://archive.apache.org/dist/ratis/">Apache release
