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

yuqi4733 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 68011457a [#4646] docs(iceberg): fix Iceberg REST service doc (#4649)
68011457a is described below

commit 68011457adfde427b5a8da098cf41bf25291c222
Author: FANNG <[email protected]>
AuthorDate: Fri Aug 23 14:20:26 2024 +0800

    [#4646] docs(iceberg): fix Iceberg REST service doc (#4649)
    
    ### What changes were proposed in this pull request?
    fix Iceberg REST service doc
    
    ### Why are the changes needed?
    
    Fix: #4646
    
    ### Does this PR introduce _any_ user-facing change?
    no
    
    ### How was this patch tested?
    just document
---
 docs/iceberg-rest-service.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/iceberg-rest-service.md b/docs/iceberg-rest-service.md
index 8341e5829..d87649404 100644
--- a/docs/iceberg-rest-service.md
+++ b/docs/iceberg-rest-service.md
@@ -264,7 +264,7 @@ Normally you will see the output like 
`{"defaults":{},"overrides":{}}%`.
 
 ### Deploying Apache Spark with Apache Iceberg support
 
-Follow the [Spark Iceberg start 
guide](https://iceberg.apache.org/docs/1.5.2/getting-started/) to set up Apache 
Spark's and Apache Iceberg's environment. 
+Follow the [Spark Iceberg start 
guide](https://iceberg.apache.org/docs/1.5.2/spark-getting-started/) to set up 
Apache Spark's and Apache Iceberg's environment.
 
 ### Starting the Apache Spark client with the Apache Iceberg REST catalog
 
@@ -312,4 +312,4 @@ Or build it manually to add custom logics:
 sh ./dev/docker/build-docker.sh --platform linux/arm64 --type 
iceberg-rest-server --image apache/gravitino-iceberg-rest --tag 0.6.0
 ```
 
-You could try Spark with Gravitino REST catalog service in our 
[playground](./how-to-use-the-playground.md#using-iceberg-rest-service).
+You could try Spark with Gravitino REST catalog service in our 
[playground](./how-to-use-the-playground.md#using-apache-iceberg-rest-service).

Reply via email to