Author: baunsgaard
Date: Mon Jun  7 11:50:05 2021
New Revision: 1890552

URL: http://svn.apache.org/viewvc?rev=1890552&view=rev
Log:
Update webpage, and remove unused sites

Modified:
    systemds/site/LICENSE
    systemds/site/NOTICE
    systemds/site/assets/css/main.css
    systemds/site/community.html
    systemds/site/documentation.html
    systemds/site/download.html
    systemds/site/get-started.html
    systemds/site/index.html
    systemds/site/privacy-policy.html
    systemds/site/release-notes/systemds-release-notes-2.0.0.html
    systemds/site/release-notes/systemml-release-notes-0.10.0-incubating.html
    systemds/site/release-notes/systemml-release-notes-0.11.0-incubating.html
    systemds/site/release-notes/systemml-release-notes-0.12.0-incubating.html
    systemds/site/release-notes/systemml-release-notes-0.13.0-incubating.html
    systemds/site/release-notes/systemml-release-notes-0.14.0-incubating.html
    systemds/site/release-notes/systemml-release-notes-0.15.0.html
    systemds/site/release-notes/systemml-release-notes-0.9.0-incubating.html
    systemds/site/release-notes/systemml-release-notes-1.0.0.html
    systemds/site/release-notes/systemml-release-notes-1.1.0.html
    systemds/site/release-notes/systemml-release-notes-1.2.0.html
    systemds/site/roadmap.html
    systemds/site/security.html

Modified: systemds/site/LICENSE
URL: 
http://svn.apache.org/viewvc/systemds/site/LICENSE?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/LICENSE (original)
+++ systemds/site/LICENSE Mon Jun  7 11:50:05 2021
@@ -202,14 +202,21 @@
 
 ===============================================================================
 
-The following components included on this website are distributed under MIT 
license :
+The following components included on this website are distributed under the
+Apache License 2.0:
 
-- Jekyll
+- BrowserSync
+
+===============================================================================
 
+The following components included on this website are distributed under the
+MIT license:
+
+- Jekyll
 
 The MIT License (MIT)
 
-Copyright (c) 2008-2015 Tom Preston-Werner
+Copyright (c) 2008-2017 Tom Preston-Werner and Jekyll contributors
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -229,7 +236,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTR
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 
-
 ------------------
 
 - Jekyll Bootstrap
@@ -280,7 +286,32 @@ THE SOFTWARE.
 
 ------------------
 
-- jQuery
+- Sass
+
+Copyright (c) 2006-2016 Hampton Catlin, Natalie Weizenbaum, and Chris Eppstein
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+------------------
+
+- jQuery, jQuery UI, and Sizzle
 
 Copyright jQuery Foundation and other contributors, https://jquery.org/
 
@@ -288,6 +319,14 @@ This software consists of voluntary cont
 individuals. For exact contribution history, see the revision history
 available at https://github.com/jquery/jquery
 
+This software consists of voluntary contributions made by many
+individuals. For exact contribution history, see the revision history
+available at https://github.com/jquery/jquery-ui
+
+This software consists of voluntary contributions made by many
+individuals. For exact contribution history, see the revision history
+available at https://github.com/jquery/sizzle
+
 The following license applies to all parts of this software except as
 documented below:
 
@@ -317,4 +356,41 @@ WITH THE SOFTWARE OR THE USE OR OTHER DE
 All files located in the node_modules and external directories are
 externally maintained libraries used by this software which have their
 own licenses; we recommend you read them, as their terms may differ from
-the terms above.
\ No newline at end of file
+the terms above.
+
+===============================================================================
+
+The following components included on this website are distributed under the
+BSD 3-clause "New" or "Revised" License:
+
+- Susy
+
+Copyright (c) 2015, Miriam Eric Suzanne
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above
+      copyright notice, this list of conditions and the following
+      disclaimer in the documentation and/or other materials provided
+      with the distribution.
+    * Neither the name of the author nor the names of other
+      contributors may be used to endorse or promote products derived
+      from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Modified: systemds/site/NOTICE
URL: 
http://svn.apache.org/viewvc/systemds/site/NOTICE?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/NOTICE (original)
+++ systemds/site/NOTICE Mon Jun  7 11:50:05 2021
@@ -1,5 +1,5 @@
-Apache Website Template
-Copyright [2015] The Apache Software Foundation
+Apache SystemDS Website
+Copyright [2015-2020] The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: systemds/site/assets/css/main.css
URL: 
http://svn.apache.org/viewvc/systemds/site/assets/css/main.css?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/assets/css/main.css (original)
+++ systemds/site/assets/css/main.css Mon Jun  7 11:50:05 2021
@@ -5388,6 +5388,11 @@ figure {
     background-size: 70px 45px;
     width: 70px;
     height: 45px; }
+  .icon.databricks-logo {
+    background-image: none, url("../img/databricks-logo.svg");
+    background-size: 140px 45px;
+    width: 140px;
+    height: 45px; }
   .icon.hadoop-logo {
     background-image: none, url("../img/hadoop-logo.png");
     background-size: 60px 45px;
@@ -5807,4 +5812,4 @@ ul.ml-tabs {
     top: 50px;
     right: 50px; }
 

[... 3 lines stripped ...]
Modified: systemds/site/community.html
URL: 
http://svn.apache.org/viewvc/systemds/site/community.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/community.html (original)
+++ systemds/site/community.html Mon Jun  7 11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -703,14 +703,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: systemds/site/documentation.html
URL: 
http://svn.apache.org/viewvc/systemds/site/documentation.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/documentation.html (original)
+++ systemds/site/documentation.html Mon Jun  7 11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -151,18 +151,18 @@
       <a class="button button-primary" 
href="https://apache.github.io/systemds/";>Latest</a>
       <p></p>
       <a class="button button-primary" href="docs/2.0.0/index">2.0.0</a>
-      <a class="button button-primary" 
href="release-notes/systemds-release-notes-2.0.0.html">ReleaseNotes</a>
+      <a class="button button-primary" 
href="release-notes/systemds-release-notes-2.0.0">ReleaseNotes</a>
     </div>
     <div class="col col-4">
       <p>each released version of SystemML:</p>
       <ul>
-        <li><a href="docs/1.2.0/index">1.2.0</a>, <a 
href="release-notes/systemml-release-notes-1.2.0.html">ReleaseNotes</a></li>
-        <li><a href="docs/1.1.0/index">1.1.0</a>, <a 
href="release-notes/systemml-release-notes-1.1.0.html">ReleaseNotes</a></li>
-        <li><a href="docs/1.0.0/index">1.0.0</a>, <a 
href="release-notes/systemml-release-notes-1.0.0.html">ReleaseNotes</a></li>
-        <li><a href="docs/0.15.0/index">0.15.0</a>, <a 
href="release-notes/systemml-release-notes-0.15.0.html">ReleaseNotes</a></li>
-        <li><a href="docs/0.14.0/index">0.14.0</a>, <a 
href="release-notes/systemml-release-notes-0.14.0-incubating.html">ReleaseNotes</a></li>
-        <li><a href="docs/0.13.0/index">0.13.0</a>, <a 
href="release-notes/systemml-release-notes-0.13.0-incubating.html">ReleaseNotes</a></li>
-        <li><a href="docs/0.12.0/index">0.12.0</a>, <a 
href="release-notes/systemml-release-notes-0.12.0-incubating.html">ReleaseNotes</a></li>
+        <li><a href="docs/1.2.0/index">1.2.0</a>, <a 
href="release-notes/systemml-release-notes-1.2.0">ReleaseNotes</a></li>
+        <li><a href="docs/1.1.0/index">1.1.0</a>, <a 
href="release-notes/systemml-release-notes-1.1.0">ReleaseNotes</a></li>
+        <li><a href="docs/1.0.0/index">1.0.0</a>, <a 
href="release-notes/systemml-release-notes-1.0.0">ReleaseNotes</a></li>
+        <li><a href="docs/0.15.0/index">0.15.0</a>, <a 
href="release-notes/systemml-release-notes-0.15.0">ReleaseNotes</a></li>
+        <li><a href="docs/0.14.0/index">0.14.0</a>, <a 
href="release-notes/systemml-release-notes-0.14.0-incubating">ReleaseNotes</a></li>
+        <li><a href="docs/0.13.0/index">0.13.0</a>, <a 
href="release-notes/systemml-release-notes-0.13.0-incubating">ReleaseNotes</a></li>
+        <li><a href="docs/0.12.0/index">0.12.0</a>, <a 
href="release-notes/systemml-release-notes-0.12.0-incubating">ReleaseNotes</a></li>
       </ul>
     </div>
   </div>
@@ -177,14 +177,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: systemds/site/download.html
URL: 
http://svn.apache.org/viewvc/systemds/site/download.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/download.html (original)
+++ systemds/site/download.html Mon Jun  7 11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -150,7 +150,7 @@
       <h2>Downloads SystemDS</h2>
       <p>Apache SystemDS is released as a source artifact. Binary artifacts 
(including the ones available in Maven) are
         made available for your convenience. You will be prompted for a mirror 
Apache SystemDS is distributed under the
-        <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
version 2.0</a>. </p>
+        <a href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
version 2.0</a>. </p>
     </div>
     <div class="col col-12 content-group">
       <h2>Download SystemDS 2.0.0 for Spark 2.0.2 and above</h2>
@@ -166,7 +166,7 @@
           </tr>
           <tr>
             <td><a
-                
href="http://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-bin.tgz";
+                
href="https://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-bin.tgz";
                 target="_blank"> systemds-2.0.0 (Binary
                 tgz)</a></td>
             <td><a
@@ -178,7 +178,7 @@
           </tr>
           <tr>
             <td><a
-                
href="http://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-bin.zip";
+                
href="https://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-bin.zip";
                 target="_blank">systemds-2.0.0 (Binary
                 zip)</a></td>
             <td><a
@@ -190,7 +190,7 @@
           </tr>
           <tr>
             <td><a
-                
href="http://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-src.tgz";
+                
href="https://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-src.tgz";
                 target="_blank">systemds-2.0.0 (Source
                 tgz)</a></td>
             <td><a
@@ -202,7 +202,7 @@
           </tr>
           <tr>
             <td><a
-                
href="http://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-src.zip";
+                
href="https://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-src.zip";
                 target="_blank">systemds-2.0.0 (Source
                 zip)</a></td>
             <td><a
@@ -234,17 +234,17 @@
         </table>
 
         <p>Instructions for checking hashes and signatures is described on the 
<a
-            href="http://www.apache.org/info/verification.html"; 
target="_blank">Verifying Apache Software Foundation
+            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
-            href="http://www.apache.org/dyn/closer.cgi#verify"; 
target="_blank">verify</a> the integrity of the
+            href="https://www.apache.org/dyn/closer.cgi#verify"; 
target="_blank">verify</a> the integrity of the
           downloaded artifact using PGP signature (.asc).
         </p>
 
         <h3>Using Maven</h3>
 
         <p>We strongly encourage our users to configure a Maven repository 
mirror closer to their location. <br>
-          Please read <a 
href="http://maven.apache.org/guides/mini/guide-mirror-settings.html"; 
target="_blank">How to
+          Please read <a 
href="https://maven.apache.org/guides/mini/guide-mirror-settings.html"; 
target="_blank">How to
             Use Mirrors for Repositories</a>.
 
         <h4>Dependencies</h4>
@@ -258,9 +258,9 @@
 &lt;/dependency&gt;</pre>
 
         <h3>Previous Releases</h3>
-        <p>Previous releases of Apache SystemML can be obtained from <a 
href="http://archive.apache.org/dist/systemds/";
+        <p>Previous releases of Apache SystemML can be obtained from <a 
href="https://archive.apache.org/dist/systemds/";
             target="_blank">archives</a>. Previous incubator releases can be 
obtained from <a
-            href="http://archive.apache.org/dist/incubator/systemds/"; 
target="_blank">incubator archives</a>. For Spark
+            href="https://archive.apache.org/dist/incubator/systemds/"; 
target="_blank">incubator archives</a>. For Spark
           1.6 support, please use Apache SystemML 0.12.</p>
       </div>
     </div>
@@ -271,7 +271,7 @@
     <h2>Build from Source</h2>
     <p>If you want the latest in development version you can follow the build 
from source guide.</p>
 
-    <a class="button button-primary" 
href="http://apache.github.io/systemds/site/install";>Install SystemDS</a>
+    <a class="button button-primary" 
href="https://apache.github.io/systemds/site/install";>Install SystemDS</a>
     </div>
   </div>
 </section>
@@ -285,14 +285,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: systemds/site/get-started.html
URL: 
http://svn.apache.org/viewvc/systemds/site/get-started.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/get-started.html (original)
+++ systemds/site/get-started.html Mon Jun  7 11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -135,16 +135,7 @@
 
 -->
 
-<!-- Hero  -->
-<!-- <section class="full-stripe full-stripe--subpage-header clear-header">
-  <div class="ml-container ml-container--horizontally-center">
-    <div class="col col-12 content-group">
-      <h1>Tutorials</h1>
-    </div>
-  </div>
-</section> -->
-
-<!-- Install SystemML -->
+<!-- Install SystemDS -->
 <section class="full-stripe full-stripe--alternate">
   <div class="ml-container ml-container--vertically-centered 
ml-container--reverse-order">
     <div class="col col-6 content-group content-group--more-padding">
@@ -155,59 +146,9 @@
       <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="http://apache.github.io/systemds/site/install";>Install SystemDS</a>
+      <a class="button button-primary" 
href="https://apache.github.io/systemds/site/install";>Install SystemDS</a>
     </div>
   </div>
-  <!-- Sample Notebooks -->
-  <!-- <h2 id="sample-notebook" class="text-center">Sample Notebooks</h2>
-  <div class="flex-container">
-    <div class="nb-card">
-      <h3>Linear Regression Algorithms Demo</h3>
-      <p>This notebook demonstrates the development of various linear 
regression algorithms in SystemML.</p>
-      <a class="nb-link"
-        
href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/Linear_Regression_Algorithms_Demo.ipynb";
-        target="_blank"><span class="icon jupyter-logo"></span><span>View on 
Github</span></a>
-    </div>
-    <div class="nb-card">
-      <h3>Deep Learning Image Classification</h3>
-      <p>This notebook shows SystemML Deep Learning functionality to map 
images of single digit numbers to their
-        corresponding numeric representations.</p>
-      <a class="nb-link"
-        
href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb";
-        target="_blank"><span class="icon jupyter-logo"></span><span>View on 
Github</span></a>
-    </div>
-    <div class="nb-card">
-      <h3>SystemML PySpark Recommendation Demo</h3>
-      <p>This demonstrates using SystemML for product recommendation using 
Poisson NonNegative Matrix Factorization
-        (PNMF) with PNMF algorithm written using R like syntax.</p>
-      <a class="nb-link"
-        
href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/SystemML-PySpark-Recommendation-Demo.ipynb";
-        target="_blank"><span class="icon jupyter-logo"></span><span>View on 
Github</span></a>
-    </div>
-    <div class="nb-card">
-      <h3>SystemML Scala Tutorial</h3>
-      <p>This tutorial includes simple example to run DML script and display 
output.</p>
-      <a class="nb-link" 
href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/tutorial1.ipynb";
-        target="_blank"><span class="icon jupyter-logo"></span><span>View on 
Github</span></a>
-    </div>
-    <div class="nb-card">
-      <h3>Autoencoder</h3>
-      <p>This notebook demonstrates the invocation of the SystemML autoencoder 
script, and alternative ways of passing
-        in/out data.</p>
-      <a class="nb-link"
-        
href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/Autoencoder.ipynb";
-        target="_blank"><span class="icon jupyter-logo"></span><span>View on 
Github</span></a>
-    </div>
-    <div class="nb-card">
-      <h3>DML Tips and Tricks</h3>
-      <p>This example shows helpful matrix processing techniques and other 
linear algebra operations using SystemML's
-        Declarative Machine Learning (DML) scripting language.</p>
-      <a class="nb-link"
-        
href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/DML%20Tips%20and%20Tricks%20(aka%20Fun%20With%20DML).ipynb"
-        target="_blank"><span class="icon jupyter-logo"></span><span>View on 
Github</span></a>
-    </div>
-
-  </div> -->
 </section>
 </div>
 
@@ -219,14 +160,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: systemds/site/index.html
URL: 
http://svn.apache.org/viewvc/systemds/site/index.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/index.html (original)
+++ systemds/site/index.html Mon Jun  7 11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -222,7 +222,7 @@
     <div class="col col-12 content-group button-group">
       <a href="mailto:[email protected]?subject=send this 
email to subscribe"
         class="button button-primary">Subscribe</a>
-      <a href="http://mail-archives.apache.org/mod_mbox/systemds-dev/"; 
target="_blank" class="button button-secondary">View
+      <a href="https://mail-archives.apache.org/mod_mbox/systemds-dev/"; 
target="_blank" class="button button-secondary">View
         Archive</a>
       <a href="/roadmap" target="_blank" class="button 
button-secondary">Roadmap</a>
     </div>
@@ -262,14 +262,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: systemds/site/privacy-policy.html
URL: 
http://svn.apache.org/viewvc/systemds/site/privacy-policy.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/privacy-policy.html (original)
+++ systemds/site/privacy-policy.html Mon Jun  7 11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -167,14 +167,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: systemds/site/release-notes/systemds-release-notes-2.0.0.html
URL: 
http://svn.apache.org/viewvc/systemds/site/release-notes/systemds-release-notes-2.0.0.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/release-notes/systemds-release-notes-2.0.0.html (original)
+++ systemds/site/release-notes/systemds-release-notes-2.0.0.html Mon Jun  7 
11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -186,14 +186,14 @@ outdated.</p>
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: 
systemds/site/release-notes/systemml-release-notes-0.10.0-incubating.html
URL: 
http://svn.apache.org/viewvc/systemds/site/release-notes/systemml-release-notes-0.10.0-incubating.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/release-notes/systemml-release-notes-0.10.0-incubating.html 
(original)
+++ systemds/site/release-notes/systemml-release-notes-0.10.0-incubating.html 
Mon Jun  7 11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -253,14 +253,14 @@ below.</p>
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: 
systemds/site/release-notes/systemml-release-notes-0.11.0-incubating.html
URL: 
http://svn.apache.org/viewvc/systemds/site/release-notes/systemml-release-notes-0.11.0-incubating.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/release-notes/systemml-release-notes-0.11.0-incubating.html 
(original)
+++ systemds/site/release-notes/systemml-release-notes-0.11.0-incubating.html 
Mon Jun  7 11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -198,14 +198,14 @@ below.</p>
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: 
systemds/site/release-notes/systemml-release-notes-0.12.0-incubating.html
URL: 
http://svn.apache.org/viewvc/systemds/site/release-notes/systemml-release-notes-0.12.0-incubating.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/release-notes/systemml-release-notes-0.12.0-incubating.html 
(original)
+++ systemds/site/release-notes/systemml-release-notes-0.12.0-incubating.html 
Mon Jun  7 11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -181,14 +181,14 @@ became an incubator project on November
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: 
systemds/site/release-notes/systemml-release-notes-0.13.0-incubating.html
URL: 
http://svn.apache.org/viewvc/systemds/site/release-notes/systemml-release-notes-0.13.0-incubating.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/release-notes/systemml-release-notes-0.13.0-incubating.html 
(original)
+++ systemds/site/release-notes/systemml-release-notes-0.13.0-incubating.html 
Mon Jun  7 11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -181,14 +181,14 @@ became an incubator project on November
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: 
systemds/site/release-notes/systemml-release-notes-0.14.0-incubating.html
URL: 
http://svn.apache.org/viewvc/systemds/site/release-notes/systemml-release-notes-0.14.0-incubating.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/release-notes/systemml-release-notes-0.14.0-incubating.html 
(original)
+++ systemds/site/release-notes/systemml-release-notes-0.14.0-incubating.html 
Mon Jun  7 11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -185,14 +185,14 @@ became an incubator project on November
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: systemds/site/release-notes/systemml-release-notes-0.15.0.html
URL: 
http://svn.apache.org/viewvc/systemds/site/release-notes/systemml-release-notes-0.15.0.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/release-notes/systemml-release-notes-0.15.0.html (original)
+++ systemds/site/release-notes/systemml-release-notes-0.15.0.html Mon Jun  7 
11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -185,14 +185,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: 
systemds/site/release-notes/systemml-release-notes-0.9.0-incubating.html
URL: 
http://svn.apache.org/viewvc/systemds/site/release-notes/systemml-release-notes-0.9.0-incubating.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/release-notes/systemml-release-notes-0.9.0-incubating.html 
(original)
+++ systemds/site/release-notes/systemml-release-notes-0.9.0-incubating.html 
Mon Jun  7 11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -217,14 +217,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: systemds/site/release-notes/systemml-release-notes-1.0.0.html
URL: 
http://svn.apache.org/viewvc/systemds/site/release-notes/systemml-release-notes-1.0.0.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/release-notes/systemml-release-notes-1.0.0.html (original)
+++ systemds/site/release-notes/systemml-release-notes-1.0.0.html Mon Jun  7 
11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -238,14 +238,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: systemds/site/release-notes/systemml-release-notes-1.1.0.html
URL: 
http://svn.apache.org/viewvc/systemds/site/release-notes/systemml-release-notes-1.1.0.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/release-notes/systemml-release-notes-1.1.0.html (original)
+++ systemds/site/release-notes/systemml-release-notes-1.1.0.html Mon Jun  7 
11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -214,14 +214,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: systemds/site/release-notes/systemml-release-notes-1.2.0.html
URL: 
http://svn.apache.org/viewvc/systemds/site/release-notes/systemml-release-notes-1.2.0.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/release-notes/systemml-release-notes-1.2.0.html (original)
+++ systemds/site/release-notes/systemml-release-notes-1.2.0.html Mon Jun  7 
11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -240,14 +240,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: systemds/site/roadmap.html
URL: 
http://svn.apache.org/viewvc/systemds/site/roadmap.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/roadmap.html (original)
+++ systemds/site/roadmap.html Mon Jun  7 11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -522,14 +522,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>

Modified: systemds/site/security.html
URL: 
http://svn.apache.org/viewvc/systemds/site/security.html?rev=1890552&r1=1890551&r2=1890552&view=diff
==============================================================================
--- systemds/site/security.html (original)
+++ systemds/site/security.html Mon Jun  7 11:50:05 2021
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works"; 
target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/"; target="_blank">Apache 
License</a></li>
+          <li><a href="https://www.apache.org/licenses/"; 
target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship"; 
target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks"; 
target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -168,14 +168,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org";><img 
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new 
Date().getFullYear());</script>
-        <a href="http://www.apache.org";>The Apache Software Foundation</a>.
-        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+        <a href="https://www.apache.org";>The Apache Software Foundation</a>.
+        Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
       </div>


Reply via email to