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 3cca5b3298 [doc] Fix Flink Call Statements documentation link (#7321)
3cca5b3298 is described below

commit 3cca5b32980622a98475f631178735060386d400
Author: Jiajia Li <[email protected]>
AuthorDate: Sat Feb 28 15:51:32 2026 +0800

    [doc] Fix Flink Call Statements documentation link (#7321)
---
 docs/content/flink/procedures.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/flink/procedures.md b/docs/content/flink/procedures.md
index 5f2d1e1e0a..d83a965005 100644
--- a/docs/content/flink/procedures.md
+++ b/docs/content/flink/procedures.md
@@ -26,7 +26,7 @@ under the License.
 
 # Procedures
 
-Flink 1.18 and later versions support [Call 
Statements](https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql/call/),
+Flink 1.18 and later versions support [Call 
Statements](https://nightlies.apache.org/flink/flink-docs-master/docs/sql/reference/utility/call/),
 which make it easier to manipulate data and metadata of Paimon table by 
writing SQLs instead of submitting Flink jobs.
 
 In 1.18, the procedure only supports passing arguments by position. You must 
pass all arguments in order, and if you

Reply via email to