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 edf401530f [MINOR] docs:  add Iceberg REST server URI in document 
(#6705)
edf401530f is described below

commit edf401530f1343ba5a08520847ae6f6bb8712330
Author: FANNG <[email protected]>
AuthorDate: Tue Mar 18 16:25:47 2025 +0800

    [MINOR] docs:  add Iceberg REST server URI in document (#6705)
    
    ### What changes were proposed in this pull request?
    
    add Iceberg REST server URI in document
    
    ### Why are the changes needed?
    
    User could use IRC more easily
    
    ### Does this PR introduce _any_ user-facing change?
    no
    
    ### How was this patch tested?
    just document
---
 docs/iceberg-rest-service.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/iceberg-rest-service.md b/docs/iceberg-rest-service.md
index 9a0c1d159b..76d48b24e6 100644
--- a/docs/iceberg-rest-service.md
+++ b/docs/iceberg-rest-service.md
@@ -8,7 +8,7 @@ license: "This software is licensed under the Apache License 
version 2."
 
 ## Background
 
-The Apache Gravitino Iceberg REST Server follows the [Apache Iceberg REST API 
specification](https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml)
 and acts as an Iceberg REST catalog server.
+The Apache Gravitino Iceberg REST Server follows the [Apache Iceberg REST API 
specification](https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml)
 and acts as an Iceberg REST catalog server, you could access the Iceberg REST 
endpoint with the uri `http://$ip:$port/iceberg/`.
 
 ### Capabilities
 

Reply via email to