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

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 8fcaba7c10 MINOR: [R] Fix broken link in README.md (#38657)
8fcaba7c10 is described below

commit 8fcaba7c10ed84bea00351133d924407dec1e18a
Author: Dewey Dunnington <[email protected]>
AuthorDate: Thu Nov 9 21:57:54 2023 -0400

    MINOR: [R] Fix broken link in README.md (#38657)
    
    
    ### Rationale for this change
    
    There is a broken link in README.md that refers to an old URL in the Arrow 
documentation. This causes the CRAN incoming check to fail.
    
    ### What changes are included in this PR?
    
    The link was updated.
    
    ### Are these changes tested?
    
    Not needed (docs only)
    
    ### Are there any user-facing changes?
    
    No
    
    Lead-authored-by: Dewey Dunnington <[email protected]>
    Co-authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Dewey Dunnington <[email protected]>
---
 r/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/README.md b/r/README.md
index 3c1e3570ff..72c1574417 100644
--- a/r/README.md
+++ b/r/README.md
@@ -101,7 +101,7 @@ issue you want to create. Add a meaningful title prefixed 
with **`[R]`**
 followed by a space, the issue summary and select component **R** from the
 dropdown list. For more information, see the **Report bugs and propose
 features** section of the [Contributing to Apache
-Arrow](https://arrow.apache.org/docs/developers/contributing.html) page
+Arrow](https://arrow.apache.org/docs/developers/#contributing) page
 in the Arrow developer documentation.
 
 We welcome questions, discussion, and contributions from users of the

Reply via email to