This is an automated email from the ASF dual-hosted git repository. kou pushed a commit to branch maint-10.0.x in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 22ad639d31fdb24cb2a93211da39886169fdda92 Author: Benson Muite <[email protected]> AuthorDate: Tue Oct 18 00:36:58 2022 +0300 ARROW-18078: [Docs][R] Fix broken link in R documentation (#14437) Authored-by: Benson Muite <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]> --- r/vignettes/developers/install_details.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/vignettes/developers/install_details.Rmd b/r/vignettes/developers/install_details.Rmd index 688c8632fa..6e32450d05 100644 --- a/r/vignettes/developers/install_details.Rmd +++ b/r/vignettes/developers/install_details.Rmd @@ -118,7 +118,7 @@ If you are authorized to install system packages and you're installing a CRAN re you may want to use the official Apache Arrow release packages corresponding to the R package version via software distribution tools such as `apt` or `yum` (though there are some drawbacks: see the -["Troubleshooting" section in the main installation docs]("../install.html)). +["Troubleshooting" section in the main installation docs](../install.html#troubleshooting)). See the [Arrow project installation page](https://arrow.apache.org/install/) to find pre-compiled binary packages for some common Linux distributions, including Debian, Ubuntu, and CentOS.
