This is an automated email from the ASF dual-hosted git repository. janardhan pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/systemds-website.git
commit 2d42b9b7ee73fc0bbe34c0c0908d976c0aa14e12 Author: Janardhan Pulivarthi <[email protected]> AuthorDate: Sat Dec 4 11:40:20 2021 +0000 [DOCS] Fix installation link in the homepage --- content/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.html b/content/index.html index 7006543..92aa0b8 100644 --- a/content/index.html +++ b/content/index.html @@ -190,7 +190,7 @@ <h2>Install SystemDS</h2> <p>New to Apache SystemDS? Try our quick install guide that will walk you through setting up your environment and getting you up and going with SystemDS.</p> - <a class="button button-primary" href="/systemds/site/install">Install SystemDS</a> + <a class="button button-primary" href="https://apache.github.io/systemds/site/install">Install SystemDS</a> <!-- <a class="button button-secondary" href="get-started.html#sample-notebook">Notebooks</a> --> <a class="button button-secondary" href="documentation.html" target="_blank">Docs</a> </div>
