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
The following commit(s) were added to refs/heads/fix-image-url by this push:
new 8781b05b6 Fix the sql script download link
8781b05b6 is described below
commit 8781b05b6ec23d1a2e21fc898cb3bf357280c9b4
Author: Jia Yu <[email protected]>
AuthorDate: Sun Jan 21 21:46:28 2024 -0800
Fix the sql script download link
---
docs/setup/snowflake/install.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/setup/snowflake/install.md b/docs/setup/snowflake/install.md
index d47190fa0..0e83b61db 100644
--- a/docs/setup/snowflake/install.md
+++ b/docs/setup/snowflake/install.md
@@ -59,7 +59,7 @@ You can refer to [Snowflake
Documentation](https://docs.snowflake.com/en/sql-ref
## Step 4: Get the SQL script for creating Sedona's functions
-You will need to download
[sedona-snowflake.sql](../../../../image/snowflake/sedona-snowflake.sql) to
create Sedona's functions in the schema created in the previous step.
+You will need to download
[sedona-snowflake.sql](./../../../image/snowflake/sedona-snowflake.sql) to
create Sedona's functions in the schema created in the previous step.
You can also get this SQL script by running the following command: