This is an automated email from the ASF dual-hosted git repository. czweng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-paimon-website.git
commit 8adabc639d59109f36f20070a5d3cb801d693959 Author: tsreaper <[email protected]> AuthorDate: Fri Mar 17 20:38:39 2023 +0800 Update links in home page from flink-table-store to paimon --- index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 7043d98..5362d4e 100755 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@ under the License. <div class="collapse navbar-collapse justify-content-end" id="navbarContent"> <ul class="navbar-nav"> <li class="nav-item active px-3"> - <a class="nav-link" href="https://nightlies.apache.org/flink/flink-table-store-docs-master/">Document</a> + <a class="nav-link" href="https://paimon.apache.org/docs/master">Document</a> </li> <li class="nav-item dropdown px-3"> <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">ASF</a> @@ -56,7 +56,7 @@ under the License. </div> </li> <li class="nav-item active px-3"> - <a class="nav-link" href="https://github.com/apache/flink-table-store/">Github</a> + <a class="nav-link" href="https://github.com/apache/incubator-paimon/">Github</a> </li> </ul> </div> @@ -75,12 +75,12 @@ under the License. Get Started </a> <div class="dropdown-menu dropdown-menu-dark" aria-labelledby="getStartedLink"> - <a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-table-store-docs-master/docs/engines/flink/">Flink</a> - <a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-table-store-docs-master/docs/engines/spark3/">Spark</a> - <a class="dropdown-item" href="https://nightlies.apache.org/flink/flink-table-store-docs-master/docs/engines/hive/">Hive</a> + <a class="dropdown-item" href="https://paimon.apache.org/docs/master/engines/flink/">Flink</a> + <a class="dropdown-item" href="https://paimon.apache.org/docs/master/engines/spark3/">Spark</a> + <a class="dropdown-item" href="https://paimon.apache.org/docs/master/engines/hive/">Hive</a> <a class="dropdown-item" href="https://github.com/JingsongLi/flink-table-store-trino/">Trino</a> </div> - <a role="button" class="btn btn-dark btn-lg px-5 m-1" href="https://github.com/apache/flink-table-store/">Source Code</a> + <a role="button" class="btn btn-dark btn-lg px-5 m-1" href="https://github.com/apache/incubator-paimon/">Source Code</a> </div> </div> </div> @@ -184,7 +184,7 @@ under the License. </div> <div class="card border-primary col-md-10 col-xl-3 m-3" style="background-color: #ddeeff"> - <a class="community-anchor" href="https://flink.apache.org/community/#mailing-lists"> + <a class="community-anchor" href="#"> <div class="card-body"> <div class="row d-flex align-items-center"> <div class="col-2 align-self-center text-center text-primary"> @@ -199,7 +199,7 @@ under the License. </div> <div class="card border-primary col-md-10 col-xl-3 m-3" style="background-color: #ddeeff"> - <a class="community-anchor" href="https://issues.apache.org/jira/browse/FLINK"> + <a class="community-anchor" href="https://github.com/apache/incubator-paimon/issues"> <div class="card-body"> <div class="row d-flex align-items-center"> <div class="col-2 align-self-center text-center text-primary">
