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

singhpk234 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 1c024d7c4e Update configuration.md (#14771)
1c024d7c4e is described below

commit 1c024d7c4e66a0654118d30d04a0d9c0c5ab4de3
Author: Kurtis Wright <[email protected]>
AuthorDate: Fri Dec 5 13:04:03 2025 -0800

    Update configuration.md (#14771)
    
    Fixes spec.md link in format-version table.
---
 docs/docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/configuration.md b/docs/docs/configuration.md
index 3f730a4f4c..71498f4f57 100644
--- a/docs/docs/configuration.md
+++ b/docs/docs/configuration.md
@@ -125,7 +125,7 @@ The value of these properties are not persisted as a part 
of the table metadata.
 
 | Property       | Default  | Description                                      
                                                                                
    |
 | -------------- | -------- 
|--------------------------------------------------------------------------------------------------------------------------------------|
-| format-version | 2        | Table's format version as defined in the 
[Spec](../../spec.md#format-versioning). Defaults to 2 since version 1.4.0. |
+| format-version | 2        | Table's format version as defined in the 
[Spec](../../format/spec.md#format-versioning). Defaults to 2 since version 
1.4.0. |
 
 ### Compatibility flags
 

Reply via email to