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 ff1808114 [#4764] fix(docs): Fix several typos in docs (#4794)
ff1808114 is described below

commit ff1808114c145281b99051638823273f865fd764
Author: Jerry Shao <[email protected]>
AuthorDate: Thu Aug 29 18:29:58 2024 -0700

    [#4764] fix(docs): Fix several typos in docs (#4794)
    
    ### What changes were proposed in this pull request?
    
    This PR fixes several typos in docs.
    
    ### Why are the changes needed?
    
    To make the docs correct.
    
    Fix: #4764
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    N/A
---
 docs/docker-image-details.md     | 2 +-
 docs/how-to-build.md             | 8 ++++----
 docs/how-to-use-python-client.md | 3 +--
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/docs/docker-image-details.md b/docs/docker-image-details.md
index 81a573f9b..629541ea0 100644
--- a/docs/docker-image-details.md
+++ b/docs/docker-image-details.md
@@ -100,7 +100,7 @@ Changelog
 
 - datastrato/trino:426-gravitino-0.3.0
   - Docker image `datastrato/trino:426-gravitino-0.3.0`
-  - Base on `trino:462`
+  - Base on `trino:426`
   - Added Gravitino trino-connector-0.3.0 libraries into the 
`/usr/lib/trino/plugin/gravitino`
 
 # Developer Docker images
diff --git a/docs/how-to-build.md b/docs/how-to-build.md
index 52b76f7e0..8b0150e51 100644
--- a/docs/how-to-build.md
+++ b/docs/how-to-build.md
@@ -172,7 +172,7 @@ license: "This software is licensed under the Apache 
License version 2."
 
    This creates `gravitino-iceberg-rest-server-{version}.tar.gz` and 
`gravitino-iceberg-rest-server-{version}.tar.gz.sha256` under the 
`distribution` directory. You can uncompress and deploy it to use the Gravitino 
Iceberg REST server.
 
-## How to Build Apache Gravitino on Windows (Using WSL)
+## How to build Apache Gravitino on Windows (Using WSL)
 
 ### Download WSL (Ubuntu)
 
@@ -184,7 +184,7 @@ Refer to this guide for installation: [WSL Installation 
Guide](https://learn.mic
 
 This step involves setting up your Windows machine's Windows Subsystem for 
Linux (WSL). WSL allows you to run a Linux distribution alongside Windows, 
providing a Linux-like environment for development.
 
-### Update Package List and Install Necessary Packages
+### Update package list and install necessary packages
 
 **On Ubuntu (WSL):**
 
@@ -195,7 +195,7 @@ sudo apt install apt-transport-https ca-certificates curl 
software-properties-co
 
 Updating the package list ensures you have the latest information on the 
newest versions of packages and dependencies. Installing the necessary packages 
lets your system download and manage additional software securely.
 
-### Download and Setup Java SDK 17 (11 or 8 also works)
+### Download and setup Java SDK 17 (11 or 8 also works)
 
 **On Ubuntu (WSL):**
 
@@ -250,7 +250,7 @@ python3.11 --version
 
 These commands add a repository that provides the latest Python versions and 
installs Python 3.11.
 
-### Download Apache Gravitino Project to WSL
+### Download Apache Gravitino project to WSL
 
 **On Ubuntu (WSL):**
 
diff --git a/docs/how-to-use-python-client.md b/docs/how-to-use-python-client.md
index 1b10fc632..545bd7e04 100644
--- a/docs/how-to-use-python-client.md
+++ b/docs/how-to-use-python-client.md
@@ -122,8 +122,7 @@ You can ues any IDE to develop Gravitino Python Client. 
Directly open the client
 + Official website https://gravitino.apache.org/
 + Project home on GitHub: https://github.com/apache/gravitino/
 + Playground with Docker: https://github.com/apache/gravitino-playground
-+ User documentation: https://datastrato.ai/docs/
-+ Videos on Youtube: https://www.youtube.com/@Datastrato
++ User documentation: https://gravitino.apache.org/docs/
 + Slack Community: 
[https://the-asf.slack.com#gravitino](https://the-asf.slack.com/archives/C078RESTT19)
 
 ## License

Reply via email to