This is an automated email from the ASF dual-hosted git repository.

danny0405 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f1c129fe9b9 [DOCS] Fox the link of Flink create catalog (#10193)
f1c129fe9b9 is described below

commit f1c129fe9b962c56f86d9d0b522c36d71f68be42
Author: Sagar Sumit <[email protected]>
AuthorDate: Tue Nov 28 14:41:32 2023 +0530

    [DOCS] Fox the link of Flink create catalog (#10193)
---
 website/docs/flink-quick-start-guide.md                          | 2 +-
 website/versioned_docs/version-0.14.0/flink-quick-start-guide.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/flink-quick-start-guide.md 
b/website/docs/flink-quick-start-guide.md
index e67e16c5816..2198959dbd5 100644
--- a/website/docs/flink-quick-start-guide.md
+++ b/website/docs/flink-quick-start-guide.md
@@ -409,7 +409,7 @@ feature is that it now lets you author streaming pipelines 
on streaming or batch
 - **Tuning** : For write/read tasks, this guide gives some tuning suggestions, 
such as [Memory Optimization](/docs/next/flink_tuning#memory-optimization) and 
[Write Rate Limit](/docs/next/flink_tuning#write-rate-limit).
 - **Optimization**: Offline compaction is supported [Offline 
Compaction](/docs/compaction#flink-offline-compaction).
 - **Query Engines**: Besides Flink, many other engines are integrated: [Hive 
Query](/docs/syncing_metastore#flink-setup), [Presto 
Query](/docs/querying_data#prestodb).
-- **Catalog**: A Hudi specific catalog is supported: [Hudi 
Catalog](/docs/querying_data/#hudi-catalog).
+- **Catalog**: A Hudi specific catalog is supported: [Hudi 
Catalog](/docs/sql_ddl/#create-catalog).
 
 If you are relatively new to Apache Hudi, it is important to be familiar with 
a few core concepts:
   - [Hudi Timeline](/docs/next/timeline) – How Hudi manages transactions and 
other table services
diff --git a/website/versioned_docs/version-0.14.0/flink-quick-start-guide.md 
b/website/versioned_docs/version-0.14.0/flink-quick-start-guide.md
index fdd4d5e3a82..54afa766a19 100644
--- a/website/versioned_docs/version-0.14.0/flink-quick-start-guide.md
+++ b/website/versioned_docs/version-0.14.0/flink-quick-start-guide.md
@@ -16,7 +16,7 @@ This guide helps you quickly start using Flink on Hudi, and 
learn different mode
 - **Tuning** : For write/read tasks, this guide gives some tuning suggestions, 
such as [Memory Optimization](/docs/flink_tuning#memory-optimization) and 
[Write Rate Limit](/docs/flink_tuning#write-rate-limit).
 - **Optimization**: Offline compaction is supported [Offline 
Compaction](/docs/compaction#flink-offline-compaction).
 - **Query Engines**: Besides Flink, many other engines are integrated: [Hive 
Query](/docs/syncing_metastore#flink-setup), [Presto 
Query](/docs/querying_data#prestodb).
-- **Catalog**: A Hudi specific catalog is supported: [Hudi 
Catalog](/docs/querying_data/#hudi-catalog).
+- **Catalog**: A Hudi specific catalog is supported: [Hudi 
Catalog](/docs/sql_ddl/#create-catalog).
 
 ## Quick Start
 

Reply via email to