This is an automated email from the ASF dual-hosted git repository. pramod pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/apex-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new a76e990 Fixed sha links a76e990 is described below commit a76e99096ff33ac1c83a44bea15f2a83af69e224 Author: Pramod Immaneni <pra...@apache.org> AuthorDate: Mon Apr 30 22:56:57 2018 -0700 Fixed sha links --- content/downloads.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/downloads.html b/content/downloads.html index 6476414..f048ce6 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -148,7 +148,7 @@ <small> ( <a href="https://www.apache.org/dist/apex/apache-apex-core-3.6.0/apache-apex-core-3.6.0-source-release.zip.asc">pgp</a>, - <a href="https://www.apache.org/dist/apex/apache-apex-core-3.6.0/apache-apex-core-3.6.0-source-release.zip.sha512">sha</a> + <a href="https://www.apache.org/dist/apex/apache-apex-core-3.6.0/apache-apex-core-3.6.0-source-release.zip.sha">sha</a> ) </small> </td> @@ -157,7 +157,7 @@ <small> ( <a href="https://www.apache.org/dist/apex/apache-apex-core-3.6.0/apache-apex-core-3.6.0-source-release.tar.gz.asc">pgp</a>, - <a href="https://www.apache.org/dist/apex/apache-apex-core-3.6.0/apache-apex-core-3.6.0-source-release.tar.gz.sha512">sha</a> + <a href="https://www.apache.org/dist/apex/apache-apex-core-3.6.0/apache-apex-core-3.6.0-source-release.tar.gz.sha">sha</a> ) </small> </td> @@ -226,7 +226,7 @@ <small> ( <a href="https://www.apache.org/dist/apex/apache-apex-malhar-3.7.0/apache-apex-malhar-3.7.0-source-release.zip.asc">pgp</a>, - <a href="https://www.apache.org/dist/apex/apache-apex-malhar-3.7.0/apache-apex-malhar-3.7.0-source-release.zip.sha512">sha</a> + <a href="https://www.apache.org/dist/apex/apache-apex-malhar-3.7.0/apache-apex-malhar-3.7.0-source-release.zip.sha">sha</a> ) </small> </td> @@ -235,7 +235,7 @@ <small> ( <a href="https://www.apache.org/dist/apex/apache-apex-malhar-3.7.0/apache-apex-malhar-3.7.0-source-release.tar.gz.asc">pgp</a>, - <a href="https://www.apache.org/dist/apex/apache-apex-malhar-3.7.0/apache-apex-malhar-3.7.0-source-release.tar.gz.sha512">sha</a> + <a href="https://www.apache.org/dist/apex/apache-apex-malhar-3.7.0/apache-apex-malhar-3.7.0-source-release.tar.gz.sha">sha</a> ) </small> </td> -- To stop receiving notification emails like this one, please contact pra...@apache.org.