From a2be8732410efeffe9ba8e0eae11d4776cbb9e95 Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Wed, 28 Jan 2026 14:16:29 -0800 Subject: [PATCH] Fix a link --- mkdocs/docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/configuration.md b/mkdocs/docs/configuration.md index efe6ddee7a..eb19e673b2 100644 --- a/mkdocs/docs/configuration.md +++ b/mkdocs/docs/configuration.md @@ -81,7 +81,7 @@ Iceberg tables support table properties to configure table behavior. !!! note "Fast append" - Unlike Java implementation, PyIceberg default to the [fast append](api.md#write-support) and thus `commit.manifest-merge.enabled` is set to `False` by default. + Unlike Java implementation, PyIceberg default to the [fast append](api.md#write-to-a-table) and thus `commit.manifest-merge.enabled` is set to `False` by default.