This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.6 by this push:
new 8b7af5207 [#4500] fix(docs) Fix doc typo issue (#4502)
8b7af5207 is described below
commit 8b7af520778d9b994e651d8b095fd9af9cce3ce9
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 13 18:58:26 2024 +0800
[#4500] fix(docs) Fix doc typo issue (#4502)
### What changes were proposed in this pull request?
Fix doc typo issue
### Why are the changes needed?
N/A
Fix: #4500
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
N/A
Co-authored-by: Qian Xia <[email protected]>
---
docs/flink-connector/flink-catalog-hive.md | 2 +-
docs/how-to-build.md | 2 +-
docs/lakehouse-paimon-catalog.md | 2 +-
docs/trino-connector/trino-connector.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/flink-connector/flink-catalog-hive.md
b/docs/flink-connector/flink-catalog-hive.md
index 1ca84c105..136dac3ed 100644
--- a/docs/flink-connector/flink-catalog-hive.md
+++ b/docs/flink-connector/flink-catalog-hive.md
@@ -1,6 +1,6 @@
---
title: "Flink connector hive catalog"
-slug: /flinkk-connector/flink-catalog-hive
+slug: /flink-connector/flink-catalog-hive
keyword: flink connector hive catalog
license: "This software is licensed under the Apache License version 2."
---
diff --git a/docs/how-to-build.md b/docs/how-to-build.md
index 3bd514270..a46389e72 100644
--- a/docs/how-to-build.md
+++ b/docs/how-to-build.md
@@ -267,4 +267,4 @@ Access [http://localhost:8090](http://localhost:8090)
Building the Gravitino project compiles the necessary components, and starting
the server allows you to access the application in your browser.
-For instructions on how to run the project using VSCode or IntelliJ on
Windows, please refer to [CONTRIBUTING.md](CONTRIBUTING.md).
+For instructions on how to run the project using VSCode or IntelliJ on
Windows, please refer to
[CONTRIBUTING.md](https://github.com/apache/gravitino/blob/main/CONTRIBUTING.md).
diff --git a/docs/lakehouse-paimon-catalog.md b/docs/lakehouse-paimon-catalog.md
index b79d3cdd9..6ad85c732 100644
--- a/docs/lakehouse-paimon-catalog.md
+++ b/docs/lakehouse-paimon-catalog.md
@@ -1,6 +1,6 @@
---
title: "Paimon catalog"
-slug: /lakehouse-Paimon-catalog
+slug: /lakehouse-paimon-catalog
keywords:
- lakehouse
- Paimon
diff --git a/docs/trino-connector/trino-connector.md
b/docs/trino-connector/trino-connector.md
index f1167fe9a..1c4bb91c4 100644
--- a/docs/trino-connector/trino-connector.md
+++ b/docs/trino-connector/trino-connector.md
@@ -12,7 +12,7 @@ The Gravitino connector uses the [Trino dynamic catalog
managed mechanism](https
When the Gravitino connector retrieves catalogs from the Gravitino server, it
generates a `CREATE CATAGLOG` statement and executes
the statement on the current Trino server to register the catalogs with Trino
-:::node
+:::note
Once metadata such as catalogs are changed in Gravitino, Trino can update
itself through Gravitino, this process usually takes
about 3~10 seconds.
:::