Commits


Neal Richardson authored and GitHub committed 5efee946e02
MINOR: [Docs] Use dev docs site URLs in README.md (#34439) ### Rationale for this change I was looking for the latest version of the contributor guide since I know there have been some workflow changes following the migration to GitHub Issues. I followed the links on the README, but they go to the .rst files on the main branch, which aren't particularly readable in the GitHub web UI (particularly https://github.com/apache/arrow/blob/main/docs/source/developers/contributing.rst). Since we now publish nightly docs, we can link to a prettier version. ### What changes are included in this PR? 4 hrefs are changed. ### Are these changes tested? n/a Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>