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 59efe6e93e [GH-1998] Fix broken links in docs (#2624)
59efe6e93e is described below

commit 59efe6e93e3fc86de409bae90109d4999fdb395f
Author: Jia Yu <[email protected]>
AuthorDate: Sat Feb 7 15:16:23 2026 -0700

    [GH-1998] Fix broken links in docs (#2624)
---
 docs/tutorial/files/stac-sedona-spark.md               | 2 --
 docs/tutorial/viz.md                                   | 4 ++--
 docs/usecases/contrib/VectorAnalisisApacheSedona.ipynb | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/docs/tutorial/files/stac-sedona-spark.md 
b/docs/tutorial/files/stac-sedona-spark.md
index d7154db17e..77e820637f 100644
--- a/docs/tutorial/files/stac-sedona-spark.md
+++ b/docs/tutorial/files/stac-sedona-spark.md
@@ -466,5 +466,3 @@ Returns:
 - STAC Specification: https://stacspec.org/
 
 - STAC Browser: https://github.com/radiantearth/stac-browser
-
-- STAC YouTube Video: https://www.youtube.com/watch?v=stac-video
diff --git a/docs/tutorial/viz.md b/docs/tutorial/viz.md
index 4d2acd4b63..e5ffadf547 100644
--- a/docs/tutorial/viz.md
+++ b/docs/tutorial/viz.md
@@ -24,7 +24,7 @@ SedonaViz provides native support for general cartographic 
design by extending S
 SedonaViz offers Map Visualization SQL. This gives users a more flexible way 
to design beautiful map visualization effects including scatter plots and heat 
maps. SedonaViz RDD API is also available.
 
 !!!note
-       All SedonaViz SQL/DataFrame APIs are explained in [SedonaViz 
API](../api/viz/sql.md). Please see [Viz example 
project](https://github.com/apache/sedona/tree/master/examples/spark-viz)
+       All SedonaViz SQL/DataFrame APIs are explained in [SedonaViz 
API](../api/viz/sql.md).
 
 ## Why scalable map visualization?
 
@@ -34,7 +34,7 @@ SedonaViz encapsulates the main steps of map visualization 
process, e.g., pixeli
 
 ## Visualize SpatialRDD
 
-This tutorial mainly focuses on explaining SQL/DataFrame API. SedonaViz RDD 
example can be found in Please see [Viz example 
project](https://github.com/apache/sedona/tree/master/examples/viz)
+This tutorial mainly focuses on explaining SQL/DataFrame API.
 
 ## Set up dependencies
 
diff --git a/docs/usecases/contrib/VectorAnalisisApacheSedona.ipynb 
b/docs/usecases/contrib/VectorAnalisisApacheSedona.ipynb
index 4042c9f5c1..e020901698 100644
--- a/docs/usecases/contrib/VectorAnalisisApacheSedona.ipynb
+++ b/docs/usecases/contrib/VectorAnalisisApacheSedona.ipynb
@@ -158,7 +158,7 @@
     "import requests\n",
     "import json\n",
     "\n",
-    "overpass_url = \"http://overpass-api.de/api/interpreter\"\n";,
+    "overpass_url = \"https://overpass-api.de/api/interpreter\"\n";,
     "# overpass_query = \"\"\"\n",
     "# [out:json];\n",
     "# area[\"ISO3166-1\"=\"DE\"][admin_level=2];\n",

Reply via email to