dragosmg commented on a change in pull request #12360: URL: https://github.com/apache/arrow/pull/12360#discussion_r801103496
########## File path: r/vignettes/developing.Rmd ########## @@ -11,8 +11,8 @@ If you're interested in contributing to arrow, this vignette explains our approa at a high-level. If you're looking for more detailed content, you may want to look at one of the following links: -* [setting up a development environment and building the components that make up the Arrow project and R package](https://arrow.apache.org/docs/r/articles/developers/setup.html) -* [common Arrow dev workflow tasks](https://arrow.apache.org/docs/r/articles/developers/workflow.html) +* [setting up a development environment and building the components that make up the Arrow project and R package](https://arrow.apache.org/docs/r/articles/developing.html#developer-environment-setup) +* [common Arrow dev workflow tasks](https://arrow.apache.org/docs/r/articles/developing.html#common-developer-workflow-tasks) Review comment: The only 2 complaints left are: ```r > urlchecker::url_check() ! Warning: vignettes/arrow.Rmd:73:8 Moved gains](http://arrow.apache.org/blog/2019/01/25/r-spark-improvements/). ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://arrow.apache.org/blog/2019/01/25/r-spark-improvements/ x Error: README.md:5:75 400: Bad Request [](https://anaconda.org/conda-forge/r-arrow) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Not sure what the deal is with the conda one - it is correct. The spark blog one: the URL is an https, not http. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
