This is an automated email from the ASF dual-hosted git repository.
jonkeane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new f7320c9a40 MINOR: [R] Fix broken link (crossbow) (#47661)
f7320c9a40 is described below
commit f7320c9a40082639f9e0cf8b3075286e3fc6c0b9
Author: CGiachalis <[email protected]>
AuthorDate: Sat Oct 4 00:40:06 2025 +0300
MINOR: [R] Fix broken link (crossbow) (#47661)
### Rationale for this change
Update web link in `r/vignettes/developers/workflow.Rmd`
### What changes are included in this PR?
Web link update.
---
r/vignettes/developers/workflow.Rmd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/r/vignettes/developers/workflow.Rmd
b/r/vignettes/developers/workflow.Rmd
index be109ed5a9..645bd782fa 100644
--- a/r/vignettes/developers/workflow.Rmd
+++ b/r/vignettes/developers/workflow.Rmd
@@ -155,7 +155,7 @@ R CMD check arrow_*.tar.gz --as-cran
On a pull request, there are some actions you can trigger by commenting on the
PR. These extended CI checks are run nightly and can also be requested
on-demand
using an internal tool called
-[crossbow](https://arrow.apache.org/docs/developers/crossbow.html).
+[crossbow](https://arrow.apache.org/docs/developers/continuous_integration/crossbow.html).
A few important GitHub comment commands are shown below.
#### Run all extended R CI tasks