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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 226a7a2b75 [doc] Fix error link in views page
226a7a2b75 is described below

commit 226a7a2b753854a63a711743da98c1c908a26a88
Author: JingsongLi <[email protected]>
AuthorDate: Mon Nov 10 14:08:45 2025 +0800

    [doc] Fix error link in views page
---
 docs/content/concepts/functions.md | 2 +-
 docs/content/concepts/views.md     | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/content/concepts/functions.md 
b/docs/content/concepts/functions.md
index e66cd07762..4430e37c3a 100644
--- a/docs/content/concepts/functions.md
+++ b/docs/content/concepts/functions.md
@@ -86,4 +86,4 @@ This statement deletes the existing `parse_str` function from 
the `mydb` databas
 
 ## Functions in Spark
 
-see [SQL Functions]({{< ref "spark/sql-functions#user-defined-function" >}})
\ No newline at end of file
+see [SQL Functions]({{< ref "spark/sql-functions#user-defined-function" >}})
diff --git a/docs/content/concepts/views.md b/docs/content/concepts/views.md
index c89b5560f1..f5ad50edf9 100644
--- a/docs/content/concepts/views.md
+++ b/docs/content/concepts/views.md
@@ -25,6 +25,7 @@ under the License.
 -->
 
 # Views
+
 A view is a logical table that encapsulates business logic and domain-specific 
semantics.
 While most compute engines support views natively, each engine stores view 
metadata in proprietary formats, creating interoperability challenges across 
different platforms.
 Paimon views abstracting engine-specific query dialects and establishing 
unified metadata standards.
@@ -104,4 +105,4 @@ CALL sys.alter_view_dialect('view_identifier', 'drop', 
'spark');
 
 - [Spark SQL DDL – Views]({{< ref "spark/sql-ddl#view" >}})
 - [REST Catalog Overview]({{< ref "concepts/rest/overview" >}})
-- [REST Catalog View API]({{< ref "concepts/rest/rest-api/#tag/view" >}})
+- [REST Catalog View API]({{< ref "concepts/rest/rest-api" >}})

Reply via email to