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
The following commit(s) were added to refs/heads/master by this push:
new cd945b0 Fix incorrect link to Spark3 quick-start guide
cd945b0 is described below
commit cd945b0b32cb7cb4620c76676b3ba3f5f75b5245
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>