Skip to content

Commit

Permalink
MINOR: [Docs] Fix broken links to documents of contributing (apache#3…
Browse files Browse the repository at this point in the history
…9161)

### 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 <thespica@qq.com>
Signed-off-by: AlenkaF <frim.alenka@gmail.com>
  • Loading branch information
Thespica authored and mapleFU committed Dec 13, 2023
1 parent e81b0d5 commit e193ff0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_pr/title_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion r/cheatsheet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit e193ff0

Please sign in to comment.