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

johnbam 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 e01cd5c848 docs: fix broken links (#2763) (#2767)
e01cd5c848 is described below

commit e01cd5c848b34926a12a338eced0619abfde88c6
Author: Takch02 <[email protected]>
AuthorDate: Fri Mar 20 20:23:25 2026 +0900

    docs: fix broken links (#2763) (#2767)
---
 docs/api/flink/Geometry-Functions.md                 | 2 +-
 docs/api/snowflake/vector-data/Geometry-Functions.md | 2 +-
 docs/api/sql/Geometry-Functions.md                   | 2 +-
 docs/community/publication.md                        | 2 +-
 docs/tutorial/sql.md                                 | 2 +-
 lychee.toml                                          | 5 ++---
 6 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/docs/api/flink/Geometry-Functions.md 
b/docs/api/flink/Geometry-Functions.md
index b3569bef02..a5f31304b5 100644
--- a/docs/api/flink/Geometry-Functions.md
+++ b/docs/api/flink/Geometry-Functions.md
@@ -190,7 +190,7 @@ These functions compute measurements of distance, area, 
length, and angles.
 | [ST_Distance](Measurement-Functions/ST_Distance.md) | Double | Return the 
Euclidean distance between A and B | v1.2.0 |
 | [ST_DistanceSphere](Measurement-Functions/ST_DistanceSphere.md) | Double | 
Return the haversine / great-circle distance of A using a given earth radius 
(default radius: 6371008.0). Unit is meter. Works better for large geometries 
(country level) compared to `ST_Distance` ... | v1.4.1 |
 | [ST_DistanceSpheroid](Measurement-Functions/ST_DistanceSpheroid.md) | Double 
| Return the geodesic distance of A using WGS84 spheroid. Unit is meter. Works 
better for large geometries (country level) compared to `ST_Distance` + 
`ST_Transform`. It is equivalent to PostGIS `ST_... | v1.4.1 |
-| [ST_FrechetDistance](Measurement-Functions/ST_FrechetDistance.md) | Double | 
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.... | v1.5.0 |
+| [ST_FrechetDistance](Measurement-Functions/ST_FrechetDistance.md) | Double | 
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](https://www.kr.tuwien.ac.at/staff/eiter/et-archive/files/cdtr9464.pdf)
 | v1.5.0 |
 | [ST_HausdorffDistance](Measurement-Functions/ST_HausdorffDistance.md) | 
Double | Returns a discretized (and hence approximate) [Hausdorff 
distance](https://en.wikipedia.org/wiki/Hausdorff_distance) between the given 2 
geometries. Optionally, a densityFraction parameter can be s... | v1.5.0 |
 | [ST_Length](Measurement-Functions/ST_Length.md) | Double | Returns the 
perimeter of A. | v1.3.0 |
 | [ST_Length2D](Measurement-Functions/ST_Length2D.md) | Double | Returns the 
perimeter of A. This function is an alias of 
[ST_Length](Measurement-Functions/ST_Length.md). | v1.6.1 |
diff --git a/docs/api/snowflake/vector-data/Geometry-Functions.md 
b/docs/api/snowflake/vector-data/Geometry-Functions.md
index 42e9fba02e..f51f00f2d8 100644
--- a/docs/api/snowflake/vector-data/Geometry-Functions.md
+++ b/docs/api/snowflake/vector-data/Geometry-Functions.md
@@ -182,7 +182,7 @@ These functions compute measurements of distance, area, 
length, and angles.
 | [ST_Distance](Measurement-Functions/ST_Distance.md) | Return the Euclidean 
distance between A and B |
 | [ST_DistanceSphere](Measurement-Functions/ST_DistanceSphere.md) | Return the 
haversine / great-circle distance of A using a given earth radius (default 
radius: 6371008.0). Unit is meter. Compared to `ST_Distance` + `ST_Transform`, 
it works better for datasets that... |
 | [ST_DistanceSpheroid](Measurement-Functions/ST_DistanceSpheroid.md) | Return 
the geodesic distance of A using WGS84 spheroid. Unit is meter. Compared to 
`ST_Distance` + `ST_Transform`, it works better for datasets that cover large 
regions such as continents or the en... |
-| [ST_FrechetDistance](Measurement-Functions/ST_FrechetDistance.md) | 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.... |
+| [ST_FrechetDistance](Measurement-Functions/ST_FrechetDistance.md) | 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](https://www.kr.tuwien.ac.at/staff/eiter/et-archive/files/cdtr9464.pdf)
 |
 | [ST_HausdorffDistance](Measurement-Functions/ST_HausdorffDistance.md) | 
Returns a discretized (and hence approximate) [Hausdorff 
distance](https://en.wikipedia.org/wiki/Hausdorff_distance) between the given 2 
geometries. Optionally, a densityFraction parameter can be s... |
 | [ST_Length](Measurement-Functions/ST_Length.md) | Returns the perimeter of 
A. |
 | [ST_Length2D](Measurement-Functions/ST_Length2D.md) | Returns the perimeter 
of A. This function is an alias of 
[ST_Length](Measurement-Functions/ST_Length.md). |
diff --git a/docs/api/sql/Geometry-Functions.md 
b/docs/api/sql/Geometry-Functions.md
index edb2e049fd..a5076679ff 100644
--- a/docs/api/sql/Geometry-Functions.md
+++ b/docs/api/sql/Geometry-Functions.md
@@ -191,7 +191,7 @@ These functions compute measurements of distance, area, 
length, and angles.
 | [ST_Distance](Measurement-Functions/ST_Distance.md) | Double | Return the 
Euclidean distance between A and B | v1.0.0 |
 | [ST_DistanceSphere](Measurement-Functions/ST_DistanceSphere.md) | Double | 
Return the haversine / great-circle distance of A using a given earth radius 
(default radius: 6371008.0). Unit is meter. Compared to `ST_Distance` + 
`ST_Transform`, it works better for datasets that... | v1.4.1 |
 | [ST_DistanceSpheroid](Measurement-Functions/ST_DistanceSpheroid.md) | Double 
| Return the geodesic distance of A using WGS84 spheroid. Unit is meter. 
Compared to `ST_Distance` + `ST_Transform`, it works better for datasets that 
cover large regions such as continents or the en... | v1.4.1 |
-| [ST_FrechetDistance](Measurement-Functions/ST_FrechetDistance.md) | Double | 
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.... | v1.5.0 |
+| [ST_FrechetDistance](Measurement-Functions/ST_FrechetDistance.md) | Double | 
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](https://www.kr.tuwien.ac.at/staff/eiter/et-archive/files/cdtr9464.pdf)
 | v1.5.0 |
 | [ST_HausdorffDistance](Measurement-Functions/ST_HausdorffDistance.md) | 
Double | Returns a discretized (and hence approximate) [Hausdorff 
distance](https://en.wikipedia.org/wiki/Hausdorff_distance) between the given 2 
geometries. Optionally, a densityFraction parameter can be s... | v1.5.0 |
 | [ST_Length](Measurement-Functions/ST_Length.md) | Double | Returns the 
perimeter of A. | v1.0.0 |
 | [ST_Length2D](Measurement-Functions/ST_Length2D.md) | Double | Returns the 
perimeter of A. This function is an alias of 
[ST_Length](Measurement-Functions/ST_Length.md). | v1.6.1 |
diff --git a/docs/community/publication.md b/docs/community/publication.md
index 122744fb30..98dcead5b6 100644
--- a/docs/community/publication.md
+++ b/docs/community/publication.md
@@ -19,7 +19,7 @@
 
 # Publication
 
-Apache Sedona was formerly called GeoSpark, initiated by Arizona State 
University [Data Systems Lab](https://www.datasyslab.net/).
+Apache Sedona was formerly called GeoSpark, initiated by Arizona State 
University [Data Systems Lab](https://www.datasyslab.org/).
 
 ## Key publications
 
diff --git a/docs/tutorial/sql.md b/docs/tutorial/sql.md
index 921ebdf262..fdf6d63ad4 100644
--- a/docs/tutorial/sql.md
+++ b/docs/tutorial/sql.md
@@ -818,7 +818,7 @@ There are lots of other functions can be combined with 
these queries. Please rea
 Sedona provides `SedonaPyDeck` and `SedonaKepler` wrappers, both of which 
expose APIs to create interactive map visualizations from SedonaDataFrames in a 
Jupyter environment.
 
 !!!Note
-       Both SedonaPyDeck and SedonaKepler expect the default geometry order to 
be lon-lat. If your dataframe has geometries in the lat-lon order, please check 
out 
[ST_FlipCoordinates](https://sedona.apache.org/latest-snapshot/api/sql/Function/#st_flipcoordinates)
+       Both SedonaPyDeck and SedonaKepler expect the default geometry order to 
be lon-lat. If your dataframe has geometries in the lat-lon order, please check 
out [ST_FlipCoordinates](../api/sql/Geometry-Editors/ST_FlipCoordinates.md)
 
 !!!Note
        Both SedonaPyDeck and SedonaKepler are designed to work with 
SedonaDataFrames containing only 1 geometry column. Passing dataframes with 
multiple geometry columns will cause errors.
diff --git a/lychee.toml b/lychee.toml
index 715429dd19..9fd8508e81 100644
--- a/lychee.toml
+++ b/lychee.toml
@@ -20,9 +20,8 @@ accept = ['200', '301', '401', '403', '406', '429']
 exclude = [
     '^file:///.*$',
     '^https?://localhost.*$',
-    
'^https://sedona\.apache\.org/latest-snapshot/api/sql/Function/#st_flipcoordinates$',
-    '^https://www\.datasyslab\.net/$',
-    '^http://www\.kr/$'
+    '^https://dist\.apache\.org/repos/dist/dev/sedona/KEYS$',
+    '^https://dist\.apache\.org/repos/dist/release/sedona/KEYS$'
 ]
 
 timeout = 20

Reply via email to