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

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new ccae389  [YUNIKORN-855] Fix disclaimer notice on website
ccae389 is described below

commit ccae3896d3999505c1b233c773bef4f8d07ed52c
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Sun Sep 19 12:38:58 2021 +1000

    [YUNIKORN-855] Fix disclaimer notice on website
---
 docusaurus.config.js            | 16 ++++++++--------
 src/pages/community/download.md |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 9ca3f8f..ee06ca3 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -19,7 +19,7 @@ const versions = require('./versions.json');
 module.exports = {
   title: 'Apache YuniKorn (Incubating)',
   tagline: 'Unleash the power of resource scheduling for running Big Data & ML 
on Kubernetes!',
-  url: 'http://yunikorn.apache.org',
+  url: 'https://yunikorn.apache.org',
   baseUrl: '/',
   favicon: 'img/yunikorn.ico',
   organizationName: 'apache',
@@ -195,7 +195,7 @@ module.exports = {
             },
             {
               label: 'Roster',
-              href: 'http://people.apache.org/phonebook.html?podling=yunikorn'
+              href: 'https://people.apache.org/phonebook.html?podling=yunikorn'
             },
             {
               label: 'Issues',
@@ -210,14 +210,14 @@ module.exports = {
         href: 'https://incubator.apache.org/',
       },
       copyright: `
-Copyright © ${new Date().getFullYear()} <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>. <br>
+<div style="font-size: 70%">
+Copyright © 2020-${new Date().getFullYear()} <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>
 <div style="padding:20px; margin: 10px; color: #4d4d4d;">
-  Apache YuniKorn is an effort undergoing incubation at The Apache Software 
Foundation (ASF), sponsored by the name of Apache TLP sponsor.
-  Incubation is required of all newly accepted projects until a further review 
indicates that the infrastructure, communications,
-  and decision making process have stabilized in a manner consistent with 
other successful ASF projects. While incubation status is not necessarily
-  a reflection of the completeness or stability of the code, it does indicate 
that the project has yet to be fully endorsed by the ASF.
+<p>Apache YuniKorn is an effort undergoing incubation at The Apache Software 
Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of 
all newly accepted projects until a further review indicates that the 
infrastructure, communications, and decision making process have stabilized in 
a manner consistent with other successful ASF projects. While incubation status 
is not necessarily a reflection of the completeness or stability of the code, 
it does indicate that the pro [...]
+
+<p>The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the 
Apache feather, and the Apache YuniKorn project logo are either registered 
trademarks or trademarks of the Apache Software Foundation.  Apache YuniKorn is 
an effort undergoing incubation at The Apache Software Foundation (ASF), 
sponsored by the name of Apache TLP sponsor.</p>
 </div>
-`
+</div>`
     },
     algolia: {
       apiKey: '65b6e69046d08b5364868a53ff974c2f',
diff --git a/src/pages/community/download.md b/src/pages/community/download.md
index e3ec878..886f56a 100644
--- a/src/pages/community/download.md
+++ b/src/pages/community/download.md
@@ -68,4 +68,4 @@ This might include releases not mentioned in the table above.
 
 ## License
 
-The software is licensed under [Apache License 
2.0](http://www.apache.org/licenses/LICENSE-2.0)
+The software is licensed under [Apache License 
2.0](https://www.apache.org/licenses/LICENSE-2.0)

Reply via email to