This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 5f5ea7b0e1 ARROW-18078: [Docs][R] Fix broken link in R documentation
(#14437)
5f5ea7b0e1 is described below
commit 5f5ea7b0e10aad8211f5d4bde0c13602993e2ea9
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.