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 bce57e39 [DOCS] Fix broken link (#844)
bce57e39 is described below
commit bce57e39be346370b013a7d2a88c91c81a667e1b
Author: Juan Ignacio Fulponi <[email protected]>
AuthorDate: Sun May 28 16:25:32 2023 -0300
[DOCS] Fix broken link (#844)
---
docs/tutorial/viz.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/tutorial/viz.md b/docs/tutorial/viz.md
index 3f6ac9e6..48bdc371 100644
--- a/docs/tutorial/viz.md
+++ b/docs/tutorial/viz.md
@@ -5,7 +5,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). Please see [Viz example
project](https://github.com/apache/sedona/tree/master/examples/viz)
+ All SedonaViz SQL/DataFrame APIs are explained in [SedonaViz
API](../../api/viz/sql). Please see [Viz example
project](https://github.com/apache/sedona/tree/master/examples/spark-viz)
## Why scalable map visualization?