Skip to content

Commit 5b8f478

Browse files
authored
Fix a link in the docs (#2977)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change MKDocs has been complaining about an invalid link, but they were buried in the logs. I'll work to figure out how to make these more visible in the future. ## Are these changes tested? MKDocs shouldn't show the issue in the logs anymore. ## Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 326884c commit 5b8f478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs/docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Iceberg tables support table properties to configure table behavior.
8181
<!-- prettier-ignore-start -->
8282

8383
!!! note "Fast append"
84-
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.
84+
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.
8585

8686
<!-- prettier-ignore-end -->
8787

0 commit comments

Comments
 (0)