diff --git a/episodes/05-dplyr.Rmd b/episodes/05-dplyr.Rmd index 4d592a7d..e881a534 100644 --- a/episodes/05-dplyr.Rmd +++ b/episodes/05-dplyr.Rmd @@ -460,7 +460,7 @@ variants_wide %>% ### Resources -- [Handy dplyr cheatsheet](https://github.com/rstudio/cheatsheets/raw/master/data-transformation.pdf) +- [Handy dplyr cheatsheet](https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-transformation.pdf) - [Much of this lesson was copied or adapted from Jeff Hollister's materials](https://usepa.github.io/introR/2015/01/14/03-Clean/)