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

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


The following commit(s) were added to refs/heads/branch-0.8 by this push:
     new 67767baf5c [MINOR] docs:  add Iceberg REST server URI in document 
(#6706)
67767baf5c is described below

commit 67767baf5c99f12b49d15f4f75dbb92bc5e5d034
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 18 16:57:26 2025 +0800

    [MINOR] docs:  add Iceberg REST server URI in document (#6706)
    
    ### 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
    
    Co-authored-by: FANNG <[email protected]>
---
 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 f3a3ae2c90..ed4743d39e 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