This is an automated email from the ASF dual-hosted git repository.
czweng pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5a72812 Fix incorrect link to Spark3 quick-start guide
5a72812 is described below
commit 5a7281239eb026d06a46f4d26767863cb5d57a3d
Author: tsreaper <[email protected]>
AuthorDate: Thu Mar 16 17:38:49 2023 +0800
Fix incorrect link to Spark3 quick-start guide
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index a7d0301..7043d98 100755
--- a/index.html
+++ b/index.html
@@ -76,7 +76,7 @@ under the License.
</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/flink3/">Spark</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://github.com/JingsongLi/flink-table-store-trino/">Trino</a>
</div>