This is an automated email from the ASF dual-hosted git repository. kishoreg pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-pinot-site.git
commit de525e0d19a8b2bbdb98a58649aaa051cbfae244 Author: Seunghyun Lee <[email protected]> AuthorDate: Thu Mar 7 19:27:56 2019 -0800 Modify disclaimer text and add the link to download button - Modifed disclaimer text to be exactly the same as the one in the source code - Added the link to download button for the front page --- download/index.html | 2 +- index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/download/index.html b/download/index.html index 2b0c258..15cbe64 100644 --- a/download/index.html +++ b/download/index.html @@ -169,7 +169,7 @@ <br> <br> <p style="font-size: 12px; line-height: 1.5em;"> - Apache Pinot is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 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 [...] + Apache Pinot (incubating) is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. 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 [...] </p> <p style="font-size: 12px; line-height: 1.5em; margin-top: 2em; margin-bottom: 2em;"> Copyright © 2018 <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a> diff --git a/index.html b/index.html index 611ece3..56fc2ca 100644 --- a/index.html +++ b/index.html @@ -146,7 +146,7 @@ Pinot is designed to scale horizontally.</p> <p class="lead"> <a class="btn btn-default btn-animated btn-outline" href="https://pinot.readthedocs.io/en/latest/intro.html" target="_blank">Learn More</a> - <a class="btn btn-default btn-animated btn-outline" href="#">Download</a> + <a class="btn btn-default btn-animated btn-outline" href="/download">Download</a> </p> <h3 style="margin-top: 0px; "><a href="https://cwiki.apache.org/confluence/display/PINOT/Announcements" target="_blank"><strong>See Latest News</strong></a></h3> </div> @@ -182,7 +182,7 @@ <br> <br> <p style="font-size: 12px; line-height: 1.5em;"> - Apache Pinot is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 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 [...] + Apache Pinot (incubating) is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. 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 [...] </p> <p style="font-size: 12px; line-height: 1.5em; margin-top: 2em; margin-bottom: 2em;"> Copyright © 2018 <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
