You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2020/07/16 15:45:51 UTC

[systemds-website] branch master updated: [MINOR] Fix linking to documentation and emails (#73)

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

baunsgaard 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 1acc62a  [MINOR] Fix linking to documentation and emails (#73)
1acc62a is described below

commit 1acc62af889d5c447efd9735cba29ce6a53c28ad
Author: Sebastian Baunsgaard <ba...@tugraz.at>
AuthorDate: Thu Jul 16 17:45:43 2020 +0200

    [MINOR] Fix linking to documentation and emails (#73)
---
 _src/_data/navigation.yml | 13 ++++---------
 _src/_data/project.yml    | 32 +++++++++++++++++---------------
 _src/community.html       |  2 +-
 _src/documentation.html   |  2 +-
 _src/download.html        |  2 +-
 _src/get-started.html     |  2 +-
 6 files changed, 25 insertions(+), 28 deletions(-)

diff --git a/_src/_data/navigation.yml b/_src/_data/navigation.yml
index ea08f54..ce3a00d 100644
--- a/_src/_data/navigation.yml
+++ b/_src/_data/navigation.yml
@@ -26,9 +26,6 @@ topnav:
 - title: Docs
   url: /documentation
 
-- title: Roadmap
-  url: /roadmap
-
 - title: Community
   subcategories:
   - title: Get Involved
@@ -36,22 +33,20 @@ topnav:
   - title: Issue Tracker
     url: https://issues.apache.org/jira/browse/SYSTEMDS
   - title: Source Code
-    url: https://github.com/apache/systemml
+    url: https://github.com/apache/systemds
   - title: Website Source Code
-    url: https://github.com/apache/systemml-website
-  - title: Roadmap
-    url: /roadmap
+    url: https://github.com/apache/systemds-website
 
 - title: Apache
   subcategories:
   - title: Apache Software Foundation
-    url: http://www.apache.org/foundation/how-it-works.html
+    url: http://www.apache.org/foundation/how-it-works
   - title: Apache License
     url: http://www.apache.org/licenses/
   - title: Sponsorship
     url: http://www.apache.org/foundation/sponsorship
   - title: Thanks
-    url: http://www.apache.org/foundation/thanks.html
+    url: http://www.apache.org/foundation/thanks
   - title: Privacy Policy
     url: /privacy-policy
   - title: Security
diff --git a/_src/_data/project.yml b/_src/_data/project.yml
index d2c9452..6316ac5 100644
--- a/_src/_data/project.yml
+++ b/_src/_data/project.yml
@@ -19,25 +19,25 @@ name: Apache SystemDS<sup id="trademark">&trade;</sup>
 short_name: SystemDS<sup id="trademark">&trade;</sup>
 description: Apache SystemDS<sup id="trademark">&trade;</sup> is a distributed and declarative machine learning platform.
 
-dev_list: dev@systemml.apache.org
-dev_list_subscribe: dev-subscribe@systemml.apache.org
-dev_list_unsubscribe: dev-unsubscribe@systemml.apache.org
-dev_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-dev/
-dev_list_archive_mailarchive: https://www.mail-archive.com/dev@systemml.apache.org/
+dev_list: dev@systemds.apache.org
+dev_list_subscribe: dev-subscribe@systemds.apache.org
+dev_list_unsubscribe: dev-unsubscribe@systemds.apache.org
+dev_list_archive: http://mail-archives.apache.org/mod_mbox/systemds-dev/
+dev_list_archive_mailarchive: https://www.mail-archive.com/dev@systemds.apache.org/
 dev_list_archive_markmail:
 
-commits_list: commits@systemml.apache.org
-commits_list_subscribe: commits-subscribe@systemml.apache.org
-commits_list_unsubscribe: commits-unsubscribe@systemml.apache.org
-commits_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-commits/
-commits_list_archive_mailarchive: https://www.mail-archive.com/commits@systemml.apache.org/
+commits_list: commits@systemds.apache.org
+commits_list_subscribe: commits-subscribe@systemds.apache.org
+commits_list_unsubscribe: commits-unsubscribe@systemds.apache.org
+commits_list_archive: http://mail-archives.apache.org/mod_mbox/systemds-commits/
+commits_list_archive_mailarchive: https://www.mail-archive.com/commits@systemds.apache.org/
 commits_list_archive_markmail:
 
-issues_list: issues@systemml.apache.org
-issues_list_subscribe: issues-subscribe@systemml.apache.org
-issues_list_unsubscribe: issues-unsubscribe@systemml.apache.org
-issues_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-issues/
-issues_list_archive_mailarchive: https://www.mail-archive.com/issues@systemml.apache.org/
+issues_list: issues@systemds.apache.org
+issues_list_subscribe: issues-subscribe@systemds.apache.org
+issues_list_unsubscribe: issues-unsubscribe@systemds.apache.org
+issues_list_archive: http://mail-archives.apache.org/mod_mbox/systemds-issues/
+issues_list_archive_mailarchive: https://www.mail-archive.com/issues@systemds.apache.org/
 issues_list_archive_markmail:
 
 jira: SYSTEMDS
@@ -52,3 +52,5 @@ website_repository: https://git-wip-us.apache.org/repos/asf/systemds-website.git
 website_repository_mirror: https://github.com/apache/systemds-website
 
 podling: false
+
+docs: http://apache.github.io/systemds/
diff --git a/_src/community.html b/_src/community.html
index d2aaf94..4a53799 100644
--- a/_src/community.html
+++ b/_src/community.html
@@ -39,7 +39,7 @@ limitations under the License.
       <h2>Github</h2>
       <p>You can find all of Apache SystemDS’s code on Github, including example algorithms and notebooks.
         Fork it, try it out, and contribute to SystemDS yourself.</p>
-      <a href="https://github.com/apache/systemml" target="_blank" class="button button-primary">Go To Github</a>
+      <a href="https://github.com/apache/systemds" target="_blank" class="button button-primary">Go To Github</a>
     </div>
     <!-- section 2 -->
     <div class="col col-4">
diff --git a/_src/documentation.html b/_src/documentation.html
index a5c21e4..1695d62 100644
--- a/_src/documentation.html
+++ b/_src/documentation.html
@@ -36,7 +36,7 @@ limitations under the License.
   <div class="ml-container ml-container--three-column">
     <div class="col col-4">
       <p>Documentation such as programming guides, reference guides, and API docs is available for SystemDS below:</p>
-      <a class="button button-primary" href="systemds/">Latest</a>
+      <a class="button button-primary" href="{{ site.data.project.docs }}">Latest</a>
     </div>
     <div class="col col-4">
       <p>each released version of SystemML:</p>
diff --git a/_src/download.html b/_src/download.html
index 53de875..981d16f 100644
--- a/_src/download.html
+++ b/_src/download.html
@@ -41,7 +41,7 @@ limitations under the License.
     </div>
     <div class="col-4 content-group">
       <div></div>
-      <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>
     </div>
   </div>
 </section>
diff --git a/_src/get-started.html b/_src/get-started.html
index 9541919..09397a3 100644
--- a/_src/get-started.html
+++ b/_src/get-started.html
@@ -43,7 +43,7 @@ limitations under the License.
       <h4><strong>Level:</strong> Beginner &nbsp; | &nbsp; <strong>Time:</strong> 20 minutes</h4><br>
       <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.&lrm;</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>
     </div>
   </div>
   <!-- Sample Notebooks -->