Repository: incubator-ratis Updated Branches: refs/heads/asf-site-source e628b72f9 -> 2bccb8af1
RATIS-241. Links on home page (download area) to checksum/gpg key are mistaken. Contributed by Sandeep Nemuri. Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/2bccb8af Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/2bccb8af Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/2bccb8af Branch: refs/heads/asf-site-source Commit: 2bccb8af13245b0844fcd02386641d5e11c50af8 Parents: e628b72 Author: Márton Elek <[email protected]> Authored: Fri May 18 10:34:07 2018 +0200 Committer: Márton Elek <[email protected]> Committed: Fri May 18 10:34:07 2018 +0200 ---------------------------------------------------------------------- layouts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/2bccb8af/layouts/index.html ---------------------------------------------------------------------- diff --git a/layouts/index.html b/layouts/index.html index 6d0e0af..1b1ccb5 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -134,8 +134,8 @@ <td>{{dateFormat "2006 Jan 2 " .Date}}</td> <td> <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/{{.BaseFileName }}/apache-ratis-incubating-{{.BaseFileName }}-src.tar.gz">source</a> - (<a href="https://dist.apache.org/repos/dist/release/incubator/ratis/{{.BaseFileName }}/apache-ratis-incubating-{{.BaseFileName }}-src.tar.gz.asc">checksum</a> - <a href="https://dist.apache.org/repos/dist/release/incubator/ratis/{{.BaseFileName }}/apache-ratis-incubating-{{.BaseFileName }}-src.tar.gz.mds">signature</a>) + (<a href="https://dist.apache.org/repos/dist/release/incubator/ratis/{{.BaseFileName }}/apache-ratis-incubating-{{.BaseFileName }}-src.tar.gz.mds">checksum</a> + <a href="https://dist.apache.org/repos/dist/release/incubator/ratis/{{.BaseFileName }}/apache-ratis-incubating-{{.BaseFileName }}-src.tar.gz.asc">signature</a>) </td> <td>
