This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds-website.git
The following commit(s) were added to refs/heads/master by this push:
new 89b979e [DOCS][MINOR] Fix link to the release KEYS
89b979e is described below
commit 89b979e8c86ae84ea6b8c13ac7c74863d9f581d0
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Sat Oct 30 22:55:25 2021 +0530
[DOCS][MINOR] Fix link to the release KEYS
---
_src/download.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_src/download.html b/_src/download.html
index 6d5dc24..e9e02fb 100644
--- a/_src/download.html
+++ b/_src/download.html
@@ -124,7 +124,7 @@ limitations under the License.
<p>Instructions for checking hashes and signatures is described on the
<a
href="https://www.apache.org/info/verification.html"
target="_blank">Verifying Apache Software Foundation
Releases</a> page.
- These <a href="https://www.apache.org/dist/systemml/KEYS"
target="_blank">KEYS</a> can be used to <a
+ These <a href="https://www.apache.org/dist/systemds/KEYS"
target="_blank">KEYS</a> can be used to <a
href="https://www.apache.org/dyn/closer.cgi#verify"
target="_blank">verify</a> the integrity of the
downloaded artifact using PGP signature (.asc).
</p>
@@ -162,4 +162,4 @@ limitations under the License.
<a class="button button-primary" href="{{ site.data.project.docs
}}site/install">Install SystemDS</a>
</div>
</div>
-</section>
\ No newline at end of file
+</section>