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

assignuser pushed a commit to branch maint-14.0.2-cran
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/maint-14.0.2-cran by this push:
     new 99dce9eb52 MINOR: [R][Docs] Fix geoarrrow url in NEWS.md (#39547)
99dce9eb52 is described below

commit 99dce9eb5226ad6cde210795610db443ccc4726d
Author: Jacob Wujciak-Jens <[email protected]>
AuthorDate: Wed Jan 10 14:14:51 2024 +0100

    MINOR: [R][Docs] Fix geoarrrow url in NEWS.md (#39547)
    
    ### Rationale for this change
    
    The geoarrow repo was moved and is no failing urlcheck.
    
    ### What changes are included in this PR?
    
    Update the url.
    
    Authored-by: Jacob Wujciak-Jens <[email protected]>
    Signed-off-by: Jacob Wujciak-Jens <[email protected]>
---
 r/NEWS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/NEWS.md b/r/NEWS.md
index 65f4a90bcb..1d2d9a5e7c 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -325,7 +325,7 @@ Arrow query engine. See `?acero`.
 A few new features and bugfixes were implemented for joins:
 
 * Extension arrays are now supported in joins, allowing, for example, joining
-  datasets that contain [geoarrow](https://paleolimbot.github.io/geoarrow/) 
data.
+  datasets that contain [geoarrow](https://github.com/geoarrow/geoarrow) data.
 * The `keep` argument is now supported, allowing separate columns for the left
   and right hand side join keys in join output. Full joins now coalesce the
   join keys (when `keep = FALSE`), avoiding the issue where the join keys would

Reply via email to