diff --git a/README.Rmd b/README.Rmd index 62ee789d39..c00cfd3978 100644 --- a/README.Rmd +++ b/README.Rmd @@ -40,7 +40,7 @@ If you are new to dplyr, the best place to start is the [data transformation cha In addition to data frames/tibbles, dplyr makes working with other computational backends accessible and efficient. Below is a list of alternative backends: -- [arrow](https://arrow.apache.org/docs/r/) for larger-than-memory datasets, including on remote cloud storage like AWS S3, using the Apache Arrow C++ engine, [Acero](https://arrow.apache.org/docs/cpp/streaming_execution.html). +- [arrow](https://arrow.apache.org/docs/r/) for larger-than-memory datasets, including on remote cloud storage like AWS S3, using the Apache Arrow C++ engine, [Acero](https://arrow.apache.org/docs/cpp/acero/overview.html). - [dbplyr](https://dbplyr.tidyverse.org/) for data stored in a relational database. Translates your dplyr code to SQL. diff --git a/README.md b/README.md index 928a1cf950..f6b45cdf89 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ alternative backends: - [arrow](https://arrow.apache.org/docs/r/) for larger-than-memory datasets, including on remote cloud storage like AWS S3, using the Apache Arrow C++ engine, - [Acero](https://arrow.apache.org/docs/cpp/streaming_execution.html). + [Acero](https://arrow.apache.org/docs/cpp/acero/overview.html). - [dbplyr](https://dbplyr.tidyverse.org/) for data stored in a relational database. Translates your dplyr code to SQL.