Skip to content

Commit f20c2aa

Browse files
Fix link to Acero in README.md (#7776)
* Update README.Rmd Fix link to Acero. The current link gives a 404. * Render --------- Co-authored-by: Davis Vaughan <[email protected]>
1 parent 597b768 commit f20c2aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you are new to dplyr, the best place to start is the [data transformation cha
4040

4141
In addition to data frames/tibbles, dplyr makes working with other computational backends accessible and efficient. Below is a list of alternative backends:
4242

43-
- [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).
43+
- [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).
4444

4545
- [dbplyr](https://dbplyr.tidyverse.org/) for data stored in a relational
4646
database. Translates your dplyr code to SQL.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ alternative backends:
4242
- [arrow](https://arrow.apache.org/docs/r/) for larger-than-memory
4343
datasets, including on remote cloud storage like AWS S3, using the
4444
Apache Arrow C++ engine,
45-
[Acero](https://arrow.apache.org/docs/cpp/streaming_execution.html).
45+
[Acero](https://arrow.apache.org/docs/cpp/acero/overview.html).
4646

4747
- [dbplyr](https://dbplyr.tidyverse.org/) for data stored in a
4848
relational database. Translates your dplyr code to SQL.

0 commit comments

Comments
 (0)