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.git


The following commit(s) were added to refs/heads/master by this push:
     new 4037b98  [MINOR] cleanup and fix link in README to use https
4037b98 is described below

commit 4037b98ed0bf84ae61188f695c472246376fb445
Author: baunsgaard <[email protected]>
AuthorDate: Tue Jun 22 19:11:08 2021 +0200

    [MINOR] cleanup and fix link in README to use https
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index af75b6f..963aafe 100644
--- a/README.md
+++ b/README.md
@@ -22,10 +22,10 @@ limitations under the License.
 **Overview:** SystemDS is a versatile system for the end-to-end data science 
lifecycle from data integration, cleaning,
 and feature engineering, over efficient, local and distributed ML model 
training, to deployment and serving. To this
 end, we aim to provide a stack of declarative languages with R-like syntax for 
(1) the different tasks of the data-science
-lifecycle, and (2) users with different expertise. These high-level scripts 
are compiled into hybrid execution plans of 
-local, in-memory CPU and GPU operations, as well as distributed operations on 
Apache Spark. In contrast to existing 
+lifecycle, and (2) users with different expertise. These high-level scripts 
are compiled into hybrid execution plans of
+local, in-memory CPU and GPU operations, as well as distributed operations on 
Apache Spark. In contrast to existing
 systems - that either provide homogeneous tensors or 2D Datasets - and in 
order to serve the entire data science lifecycle,
-the underlying data model are DataTensors, i.e., tensors (multi-dimensional 
arrays) whose first dimension may have a 
+the underlying data model are DataTensors, i.e., tensors (multi-dimensional 
arrays) whose first dimension may have a
 heterogeneous and nested schema.
 
 **Quick Start** [Install, Quick Start and Hello 
World](https://apache.github.io/systemds/site/install.html)
@@ -36,8 +36,8 @@ heterogeneous and nested schema.
 
 **Issue Tracker** [Jira 
Dashboard](https://issues.apache.org/jira/secure/Dashboard.jspa?selectPageId=12335852)
 
-**Status and Build:** SystemDS is renamed from SystemML which is an **Apache 
Top Level Project**. 
-To build from source visit [SystemDS Install from 
source](http://apache.github.io/systemds/site/install.html)
+**Status and Build:** SystemDS is renamed from SystemML which is an **Apache 
Top Level Project**.
+To build from source visit [SystemDS Install from 
source](https://apache.github.io/systemds/site/install.html)
   
 
[![Build](https://github.com/apache/systemds/workflows/Build/badge.svg?branch=master&event=push)](https://github.com/apache/systemds/actions?query=workflow%3A%22Build%22+branch%3Amaster+event%3Apush)
 
[![Documentation](https://github.com/apache/systemds/workflows/Documentation/badge.svg?branch=master&event=push)](https://github.com/apache/systemds/actions?query=workflow%3ADocumentation+branch%3Amaster+event%3Apush)

Reply via email to