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

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


The following commit(s) were added to refs/heads/branch-0.6 by this push:
     new 5acfb2c9f [#4646] docs(iceberg): fix Iceberg REST service doc (#4650)
5acfb2c9f is described below

commit 5acfb2c9f31b60c3a559158590483653fba100fc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 23 14:53:38 2024 +0800

    [#4646] docs(iceberg): fix Iceberg REST service doc (#4650)
    
    ### 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
    
    Co-authored-by: FANNG <[email protected]>
---
 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 4a260d2c6..d17a7c726 100644
--- a/docs/iceberg-rest-service.md
+++ b/docs/iceberg-rest-service.md
@@ -196,7 +196,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
 
@@ -244,4 +244,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