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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 62e09c79ef [DOCS] Fix links in Markdown files (#1940)
62e09c79ef is described below

commit 62e09c79efbb5a853226da3c6997b2e7fe36d341
Author: John Bampton <[email protected]>
AuthorDate: Tue May 6 07:58:43 2025 +1000

    [DOCS] Fix links in Markdown files (#1940)
---
 docs/api/flink/Function.md                 | 2 +-
 docs/api/snowflake/vector-data/Function.md | 2 +-
 docs/api/sql/Function.md                   | 2 +-
 docs/tutorial/sql.md                       | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/api/flink/Function.md b/docs/api/flink/Function.md
index 199316538a..f09fe9ca34 100644
--- a/docs/api/flink/Function.md
+++ b/docs/api/flink/Function.md
@@ -1664,7 +1664,7 @@ POLYGON ((20 35, 45 20, 30 5, 10 10, 10 30, 20 35), (30 
20, 20 25, 20 15, 30 20)
 ## ST_FrechetDistance
 
 Introduction: Computes and returns discrete [Frechet 
Distance](https://en.wikipedia.org/wiki/Fr%C3%A9chet_distance) between the 
given two geometries,
-based on [Computing Discrete Frechet 
Distance](http://www.kr.tuwien.ac.at/staff/eiter/et-archive/cdtr9464.pdf)
+based on [Computing Discrete Frechet 
Distance](http://www.kr.tuwien.ac.at/staff/eiter/et-archive/files/cdtr9464.pdf)
 
 If any of the geometries is empty, returns 0.0
 
diff --git a/docs/api/snowflake/vector-data/Function.md 
b/docs/api/snowflake/vector-data/Function.md
index 37e12e81b8..55836a8edd 100644
--- a/docs/api/snowflake/vector-data/Function.md
+++ b/docs/api/snowflake/vector-data/Function.md
@@ -1293,7 +1293,7 @@ POLYGON ((20 35, 45 20, 30 5, 10 10, 10 30, 20 35), (30 
20, 20 25, 20 15, 30 20)
 ## ST_FrechetDistance
 
 Introduction: Computes and returns discrete [Frechet 
Distance](https://en.wikipedia.org/wiki/Fr%C3%A9chet_distance) between the 
given two geometries,
-based on [Computing Discrete Frechet 
Distance](http://www.kr.tuwien.ac.at/staff/eiter/et-archive/cdtr9464.pdf)
+based on [Computing Discrete Frechet 
Distance](http://www.kr.tuwien.ac.at/staff/eiter/et-archive/files/cdtr9464.pdf)
 
 If any of the geometries is empty, returns 0.0
 
diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md
index fd7cc881d6..e35f5d104d 100644
--- a/docs/api/sql/Function.md
+++ b/docs/api/sql/Function.md
@@ -1720,7 +1720,7 @@ POLYGON ((20 35, 45 20, 30 5, 10 10, 10 30, 20 35), (30 
20, 20 25, 20 15, 30 20)
 ## ST_FrechetDistance
 
 Introduction: Computes and returns discrete [Frechet 
Distance](https://en.wikipedia.org/wiki/Fr%C3%A9chet_distance) between the 
given two geometries,
-based on [Computing Discrete Frechet 
Distance](http://www.kr.tuwien.ac.at/staff/eiter/et-archive/cdtr9464.pdf)
+based on [Computing Discrete Frechet 
Distance](http://www.kr.tuwien.ac.at/staff/eiter/et-archive/files/cdtr9464.pdf)
 
 If any of the geometries is empty, returns 0.0
 
diff --git a/docs/tutorial/sql.md b/docs/tutorial/sql.md
index 3cd3b5d734..73f4181eab 100644
--- a/docs/tutorial/sql.md
+++ b/docs/tutorial/sql.md
@@ -825,7 +825,7 @@ Sedona provides `SedonaPyDeck` and `SedonaKepler` wrappers, 
both of which expose
 
 Spatial query results can be visualized in a Jupyter lab/notebook environment 
using SedonaPyDeck.
 
-SedonaPyDeck exposes APIs to create interactive map visualizations using 
[pydeck](https://pydeck.gl/index.html#) based on [deck.gl](https://deck.gl/)
+SedonaPyDeck exposes APIs to create interactive map visualizations using 
[pydeck](https://deckgl.readthedocs.io) based on [deck.gl](https://deck.gl/)
 
 !!!Note
        To use SedonaPyDeck, install sedona with the `pydeck-map` extra:
@@ -835,7 +835,7 @@ SedonaPyDeck exposes APIs to create interactive map 
visualizations using [pydeck
 
 The following tutorial showcases the various maps that can be created using 
SedonaPyDeck, the datasets used to create these maps are publicly available.
 
-Each API exposed by SedonaPyDeck offers customization via optional arguments, 
details on all possible arguments can be found in the [API docs of 
SedonaPyDeck](../api/sql/Visualization_SedonaPyDeck.md).
+Each API exposed by SedonaPyDeck offers customization via optional arguments, 
details on all possible arguments can be found in the [API docs of 
SedonaPyDeck](../api/sql/Visualization-SedonaPyDeck.md).
 
 #### Creating a Choropleth map using SedonaPyDeck
 
@@ -923,7 +923,7 @@ SedonaKepler.create_map(df=groupedresult, 
name="AirportCount")
 The dataset used is available 
[here](https://github.com/apache/sedona/tree/b66e768155866a38ba2e3404f1151cac14fad5ea/docs/usecases/data/ne_50m_airports)
 and
 can also be found in the example notebook available 
[here](https://github.com/apache/sedona/blob/master/docs/usecases/ApacheSedonaSQL_SpatialJoin_AirportsPerCountry.ipynb)
 
-Details on all the APIs available by SedonaKepler are listed in the 
[SedonaKepler API docs](../api/sql/Visualization_SedonaKepler.md)
+Details on all the APIs available by SedonaKepler are listed in the 
[SedonaKepler API docs](../api/sql/Visualization-SedonaKepler.md)
 
 ## Create a User-Defined Function (UDF)
 

Reply via email to