You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by pv...@apache.org on 2022/09/09 07:44:36 UTC

[iceberg] branch 0.14.x updated: Docs: fix Hyperlink jump error in docs/flink-getting-started.md (#5724)

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

pvary pushed a commit to branch 0.14.x
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/0.14.x by this push:
     new 2136dc69ac Docs: fix Hyperlink jump error in docs/flink-getting-started.md (#5724)
2136dc69ac is described below

commit 2136dc69ac7ac74faa1f3c1318c518e36090ae3f
Author: Hunter <53...@users.noreply.github.com>
AuthorDate: Fri Sep 9 15:44:30 2022 +0800

    Docs: fix Hyperlink jump error in docs/flink-getting-started.md (#5724)
---
 docs/flink-getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/flink-getting-started.md b/docs/flink-getting-started.md
index ed9e14a55d..e446e66958 100644
--- a/docs/flink-getting-started.md
+++ b/docs/flink-getting-started.md
@@ -530,7 +530,7 @@ FlinkSink.forRowData(input)
 env.execute("Test Iceberg DataStream");
 ```
 
-The iceberg API also allows users to write generic `DataStream<T>` to iceberg table, more example could be found in this [unit test](https://github.com/apache/iceberg/blob/master/flink/src/test/java/org/apache/iceberg/flink/sink/TestFlinkIcebergSink.java).
+The iceberg API also allows users to write generic `DataStream<T>` to iceberg table, more example could be found in this [unit test](https://github.com/apache/iceberg/blob/master/flink/v1.15/flink/src/test/java/org/apache/iceberg/flink/sink/TestFlinkIcebergSink.java).
 
 ### Overwrite data