This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds-website.git


The following commit(s) were added to refs/heads/main by this push:
     new f356835  [DOCS] Fix installation docs link in the homepage
f356835 is described below

commit f35683574035157560ae337c1b0db666967171c2
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Sat Dec 4 11:34:11 2021 +0000

    [DOCS] Fix installation docs link in the homepage
---
 _src/_includes/themes/apache/home.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_src/_includes/themes/apache/home.html 
b/_src/_includes/themes/apache/home.html
index 122ad37..6fefb6a 100644
--- a/_src/_includes/themes/apache/home.html
+++ b/_src/_includes/themes/apache/home.html
@@ -76,7 +76,7 @@ limitations under the License.
       <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="{{ site.data.project.docs 
}}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>

Reply via email to