From f6d0dd3b9854bbdb042bdceda4e8213e622d10b0 Mon Sep 17 00:00:00 2001 From: Hiroyuki Sato Date: Wed, 16 Oct 2024 10:51:40 +0900 Subject: [PATCH] GH-44416: [C++][Docs] Update the URL to C++ Development in README.md (#44427) ### Rationale for this change A new developer can find proper documentation more easily. ### What changes are included in this PR? Change the reference URL link to the official documentation page instead of the GitHub project page. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #44416 Authored-by: Hiroyuki Sato Signed-off-by: Sutou Kouhei --- cpp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/README.md b/cpp/README.md index a070a16e74b56..2c05b10fe1331 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -31,4 +31,4 @@ to install pre-compiled binary versions of the library. Please refer to our latest [C++ Development Documentation][1]. -[1]: https://github.com/apache/arrow/blob/main/docs/source/developers/cpp +[1]: https://arrow.apache.org/docs/dev/developers/cpp/