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 fae4647a0 [DOCS] Update arealm-small reference (#1658)
fae4647a0 is described below

commit fae4647a0a7b60788ffdd96be4b79b8533c86a86
Author: Emmanuel Ferdman <[email protected]>
AuthorDate: Tue Oct 29 19:20:23 2024 +0200

    [DOCS] Update arealm-small reference (#1658)
    
    Signed-off-by: Emmanuel Ferdman <[email protected]>
---
 R/vignettes/articles/apache-sedona.Rmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/R/vignettes/articles/apache-sedona.Rmd 
b/R/vignettes/articles/apache-sedona.Rmd
index 5f12d735f..f5fda1b94 100644
--- a/R/vignettes/articles/apache-sedona.Rmd
+++ b/R/vignettes/articles/apache-sedona.Rmd
@@ -296,7 +296,7 @@ file in a supported geospatial format (`sedona_read_*` 
functions), or by extract
 Spark SQL query.
 
 For example, the following code will import data from
-[arealm-small.csv](https://github.com/apache/sedona/blob/master/binder/data/arealm-small.csv)
+[arealm-small.csv](https://github.com/apache/sedona/blob/master/docs/usecases/data/arealm-small.csv)
 into a `SpatialRDD`:
 
 ```{r}
@@ -311,7 +311,7 @@ pt_rdd <- sedona_read_dsv_to_typed_rdd(
 ```
 
 Records from the example
-[arealm-small.csv](https://github.com/apache/sedona/blob/master/binder/data/arealm-small.csv)
+[arealm-small.csv](https://github.com/apache/sedona/blob/master/docs/usecases/data/arealm-small.csv)
 file look like the following:
 
     testattribute0,-88.331492,32.324142,testattribute1,testattribute2

Reply via email to