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

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


The following commit(s) were added to refs/heads/main by this push:
     new fad4beeda [#4155]fix(doc): Fixed an unreachable link (#4156)
fad4beeda is described below

commit fad4beedaf240b74563120edc0fddd22464e5279
Author: JinsYin <[email protected]>
AuthorDate: Fri Jul 12 18:05:34 2024 +0800

    [#4155]fix(doc): Fixed an unreachable link (#4156)
    
    ### What changes were proposed in this pull request?
    
    Fixed an unreachable link.
    
    ### Why are the changes needed?
    
    Fix: #4155
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    No testing required
    
    Co-authored-by: rqyin <[email protected]>
---
 docs/lakehouse-iceberg-catalog.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/lakehouse-iceberg-catalog.md 
b/docs/lakehouse-iceberg-catalog.md
index 15e463c96..1434405e0 100644
--- a/docs/lakehouse-iceberg-catalog.md
+++ b/docs/lakehouse-iceberg-catalog.md
@@ -234,7 +234,7 @@ Meanwhile, the data types other than listed above are 
mapped to Gravitino **[Ext
 
 ### Table properties
 
-You can pass [Iceberg table 
properties](https://iceberg.apache.org/docs/1.3.1/configuration/) to Gravitino 
when creating an Iceberg table.
+You can pass [Iceberg table 
properties](https://web.archive.org/web/20231210013537/https://iceberg.apache.org/docs/1.3.1/configuration/)
 to Gravitino when creating an Iceberg table.
 
 The Gravitino server doesn't allow passing the following reserved fields.
 

Reply via email to