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 43cce9fa00c5c251083a19edc3fb8e7a6bbc5e9d Author: tsreaper <[email protected]> AuthorDate: Thu Aug 17 10:57:47 2023 +0800 Update Get Started in main page --- main/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/index.html b/main/index.html index e0eae782ff..7374cc55db 100755 --- a/main/index.html +++ b/main/index.html @@ -50,7 +50,8 @@ under the License. <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> + <a class="dropdown-item" href="https://paimon.apache.org/docs/master/engines/presto/">Presto</a> + <a class="dropdown-item" href="https://paimon.apache.org/docs/master/engines/trino/">Trino</a> </div> <a role="button" class="btn btn-info btn-lg px-5 m-1" href="https://github.com/apache/incubator-paimon/">Source Code</a> </div>
