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

jiayu pushed a commit to branch fix-image-url
in repository https://gitbox.apache.org/repos/asf/sedona.git

commit 24c10ea70de90c7f9c5eac51b64ed85097fb7eba
Author: Jia Yu <[email protected]>
AuthorDate: Sun Jan 21 12:59:39 2024 -0800

    Fix image urls
---
 docs/setup/snowflake/install.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/setup/snowflake/install.md b/docs/setup/snowflake/install.md
index 58034fe81..d47190fa0 100644
--- a/docs/setup/snowflake/install.md
+++ b/docs/setup/snowflake/install.md
@@ -20,11 +20,11 @@ A stage is a Snowflake object that maps to a location in a 
cloud storage provide
 
 In this case, we will create a stage named `ApacheSedona` in the `public` 
schema of the database created in the previous step. The stage will be used to 
load Sedona's JAR files into the database. We will choose a `Snowflake managed` 
stage.
 
-![Create Stage](../../../../image/snowflake/snowflake-1.png)
+<img src="./../../../image/snowflake/snowflake-1.png">
 
 After creating the stage, you should be able to see the stage in the database.
 
-![Stage Details](../../../../image/snowflake/snowflake-2.png)
+<img src="./../../../image/snowflake/snowflake-2.png">
 
 You can refer to [Snowflake 
Documentation](https://docs.snowflake.com/en/sql-reference/sql/create-stage.html)
 to how to create a stage.
 
@@ -39,7 +39,7 @@ Then you can upload the 2 JAR files to the stage created in 
the previous step.
 
 After uploading the 2 JAR files, you should be able to see the 2 JAR files in 
the stage.
 
-![JAR Details](../../../../image/snowflake/snowflake-3.png)
+<img src="./../../../image/snowflake/snowflake-3.png">
 
 You can refer to [Snowflake 
Documentation](https://docs.snowflake.com/en/sql-reference/sql/put.html) to how 
to upload files to a stage.
 
@@ -49,11 +49,11 @@ A schema is a Snowflake object that maps to a database. You 
can use a schema to
 
 In this case, we will create a schema named `SEDONA` in the database created 
in the previous step. The schema will be used to create Sedona's functions.
 
-![Create Schema](../../../../image/snowflake/snowflake-4.png)
+<img src="./../../../image/snowflake/snowflake-4.png">
 
 You can find your schema in the database as follows:
 
-![Schema Details](../../../../image/snowflake/snowflake-5.png)
+<img src="./../../../image/snowflake/snowflake-5.png">
 
 You can refer to [Snowflake 
Documentation](https://docs.snowflake.com/en/sql-reference/sql/create-schema.html)
 to how to create a schema.
 
@@ -75,11 +75,11 @@ We will create a worksheet in the database created in the 
previous step, and run
 
 In this case, we will choose the option `Create Worksheet from SQL File`.
 
-![Create Worksheet](../../../../image/snowflake/snowflake-6.png)
+<img src="./../../../image/snowflake/snowflake-6.png">
 
 In the worksheet, choose `SEDONA_TEST` as the database, and `PUBLIC` as the 
schema. The SQL script should be in the worksheet. Then right click the 
worksheet and choose `Run All`. Snowflake will take 3 minutes to create 
Sedona's functions.
 
-![Worksheet](../../../../image/snowflake/snowflake-7.png)
+<img src="./../../../image/snowflake/snowflake-7.png">
 
 ## Step 6: Verify the installation
 
@@ -97,4 +97,4 @@ SRID=4326;POINT (1 2)
 
 The worksheet should look like this:
 
-![Worksheet](../../../../image/snowflake/snowflake-8.png)
+<img src="./../../../image/snowflake/snowflake-8.png">

Reply via email to