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 c1b90fcbc [DOCS] Fix Markdown links to also work on GitHub (#1317)
c1b90fcbc is described below

commit c1b90fcbc4bdd5bbfeeaf2e887ffab351f65e305
Author: John Bampton <[email protected]>
AuthorDate: Thu Apr 4 03:26:41 2024 +1000

    [DOCS] Fix Markdown links to also work on GitHub (#1317)
---
 docs/api/flink/Function.md                 | 2 +-
 docs/api/snowflake/vector-data/Function.md | 2 +-
 docs/api/sql/Function.md                   | 2 +-
 docs/api/sql/Raster-loader.md              | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/api/flink/Function.md b/docs/api/flink/Function.md
index 43151bc91..78fe68386 100644
--- a/docs/api/flink/Function.md
+++ b/docs/api/flink/Function.md
@@ -165,7 +165,7 @@ Computes the angle formed by vectors S1 - E1 and S2 - E2, 
where S and E denote s
     If a 3D geometry is provided, ST_Angle computes the angle ignoring the z 
ordinate, equivalent to calling ST_Angle for corresponding 2D geometries.
 
 !!!Tip
-    ST_Angle returns the angle in radian between 0 and 2\Pi. To convert the 
angle to degrees, use [ST_Degrees](./#st_degrees).
+    ST_Angle returns the angle in radian between 0 and 2\Pi. To convert the 
angle to degrees, use [ST_Degrees](#st_degrees).
 
 Format: `ST_Angle(p1, p2, p3, p4) | ST_Angle(p1, p2, p3) | ST_Angle(line1, 
line2)`
 
diff --git a/docs/api/snowflake/vector-data/Function.md 
b/docs/api/snowflake/vector-data/Function.md
index 636a77b1a..8d6f8d1c8 100644
--- a/docs/api/snowflake/vector-data/Function.md
+++ b/docs/api/snowflake/vector-data/Function.md
@@ -147,7 +147,7 @@ Additionally, if any of the provided geometry is empty, 
ST_Angle throws an Illeg
     If a 3D geometry is provided, ST_Angle computes the angle ignoring the z 
ordinate, equivalent to calling ST_Angle for corresponding 2D geometries.
 
 !!!Tip
-    ST_Angle returns the angle in radian between 0 and 2\Pi. To convert the 
angle to degrees, use [ST_Degrees](./#st_degrees).
+    ST_Angle returns the angle in radian between 0 and 2\Pi. To convert the 
angle to degrees, use [ST_Degrees](#st_degrees).
 
 Format: `ST_Angle(p1, p2, p3, p4) | ST_Angle(p1, p2, p3) | ST_Angle(line1, 
line2)`
 
diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md
index b570a76a5..dd39965e9 100644
--- a/docs/api/sql/Function.md
+++ b/docs/api/sql/Function.md
@@ -161,7 +161,7 @@ Computes the angle formed by vectors S1 - E1 and S2 - E2, 
where S and E denote s
     If a 3D geometry is provided, ST_Angle computes the angle ignoring the z 
ordinate, equivalent to calling ST_Angle for corresponding 2D geometries.
 
 !!!Tip
-    ST_Angle returns the angle in radian between 0 and 2\Pi. To convert the 
angle to degrees, use [ST_Degrees](./#st_degrees).
+    ST_Angle returns the angle in radian between 0 and 2\Pi. To convert the 
angle to degrees, use [ST_Degrees](#st_degrees).
 
 Format: `ST_Angle(p1, p2, p3, p4) | ST_Angle(p1, p2, p3) | ST_Angle(line1, 
line2)`
 
diff --git a/docs/api/sql/Raster-loader.md b/docs/api/sql/Raster-loader.md
index c0cdafb03..f8b810db1 100644
--- a/docs/api/sql/Raster-loader.md
+++ b/docs/api/sql/Raster-loader.md
@@ -208,7 +208,7 @@ This API requires the name of the record variable. It is 
assumed that a variable
 
 If this assumption does not hold true for your case, you can choose to pass 
the lonDimensionName and latDimensionName explicitly.
 
-You can use [RS_NetCDFInfo](./#rs_netcdfinfo) to get the details of the passed 
netCDF file (variables and its dimensions).
+You can use [RS_NetCDFInfo](#rs_netcdfinfo) to get the details of the passed 
netCDF file (variables and its dimensions).
 
 Format 1: `RS_FromNetCDF(netCDF: ARRAY[Byte], recordVariableName: String)`
 

Reply via email to