This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new cf32bdead1 Docs: Fix links from Flink DDL to upsert mode (#8561)
cf32bdead1 is described below
commit cf32bdead13815daf26c9feceebc6cd606a7bab8
Author: Manu Zhang <[email protected]>
AuthorDate: Fri Sep 15 00:12:00 2023 -0700
Docs: Fix links from Flink DDL to upsert mode (#8561)
---
docs/flink-ddl.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/flink-ddl.md b/docs/flink-ddl.md
index 9508a5f090..f0a484a1cd 100644
--- a/docs/flink-ddl.md
+++ b/docs/flink-ddl.md
@@ -165,7 +165,7 @@ Currently, it does not support computed column and
watermark definition etc.
#### `PRIMARY KEY`
Primary key constraint can be declared for a column or a set of columns, which
must be unique and do not contain null.
-It's required for [`UPSERT` mode](../flink/flink-writes.md#upsert).
+It's required for [`UPSERT` mode](../flink-writes/#upsert).
```sql
CREATE TABLE `hive_catalog`.`default`.`sample` (