You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/12/11 17:00:31 UTC

(arrow) branch main updated: MINOR: [Docs] Fix broken links to documents of contributing (#39161)

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

alenka 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 dff3068156 MINOR: [Docs] Fix broken links to documents of contributing (#39161)
dff3068156 is described below

commit dff3068156444e5fc8c407b0555a829c11af0ae0
Author: John <th...@qq.com>
AuthorDate: Tue Dec 12 01:00:24 2023 +0800

    MINOR: [Docs] Fix broken links to documents of contributing (#39161)
    
    
    
    ### Rationale for this change
    
    Now, the link of CONTRIBUTING.md is broken:
    ```
    Please read our [development documentation](https://arrow.apache.org/docs/developers/contributing.html)
    ```
    
    ### What changes are included in this PR?
    
    Replace the original link by current link to docs about  development.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    
    Authored-by: John <th...@qq.com>
    Signed-off-by: AlenkaF <fr...@gmail.com>
---
 .github/workflows/dev_pr/title_check.md | 2 +-
 CONTRIBUTING.md                         | 2 +-
 r/cheatsheet/README.md                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/dev_pr/title_check.md b/.github/workflows/dev_pr/title_check.md
index 55fc188f77..c810d74779 100644
--- a/.github/workflows/dev_pr/title_check.md
+++ b/.github/workflows/dev_pr/title_check.md
@@ -38,4 +38,4 @@ In the case of PARQUET issues on JIRA the title also supports:
 See also:
 
   * [Other pull requests](https://github.com/apache/arrow/pulls/)
-  * [Contribution Guidelines - How to contribute patches](https://arrow.apache.org/docs/developers/contributing.html#how-to-contribute-patches)
+  * [Contribution Guidelines - Contributing Overview](https://arrow.apache.org/docs/developers/overview.html)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5ad7ca2486..03ce556add 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -67,5 +67,5 @@ You can also ask on the mailing-list, see above.
 
 ## Further information
 
-Please read our [development documentation](https://arrow.apache.org/docs/developers/contributing.html)
+Please read our [development documentation](https://arrow.apache.org/docs/developers/index.html)
 or look through the [New Contributor's Guide](https://arrow.apache.org/docs/developers/guide/index.html).
diff --git a/r/cheatsheet/README.md b/r/cheatsheet/README.md
index f47375631e..3befbec802 100644
--- a/r/cheatsheet/README.md
+++ b/r/cheatsheet/README.md
@@ -22,4 +22,4 @@
 * The `powerpoint/arrow-cheatsheet.pptx` file was built in and exported from Google Slides
 * The arrow cheatsheet leverages some design elements from the official [RStudio cheatsheet template](https://github.com/rstudio/cheatsheets) ([CC-BY-4.0](https://github.com/rstudio/cheatsheets/blob/main/LICENSE))
 * The official Apache Arrow hex sticker is sourced from <https://arrow.apache.org/visual_identity/>
-* To suggest changes or update the cheatsheet, please download and edit the `arrow-cheatsheet.pptx` file, and provide the revised `.pptx` and rendered PDF via a Pull Request to the repository (see [Pull request and review guidelines for help](https://arrow.apache.org/docs/developers/contributing.html))
+* To suggest changes or update the cheatsheet, please download and edit the `arrow-cheatsheet.pptx` file, and provide the revised `.pptx` and rendered PDF via a Pull Request to the repository (see [Pull request and review guidelines for help](https://arrow.apache.org/docs/developers/overview.html#pull-request-and-review))