From a6f3101584702b5494f070e0421954373e4afb21 Mon Sep 17 00:00:00 2001 From: zekiakyol <40212849+zekiakyol@users.noreply.github.com> Date: Wed, 22 Mar 2023 23:02:47 +0300 Subject: [PATCH] Update R4DS url to R4DS(2e) - It updates "R for Data Science" book url to its second edition. --- index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.Rmd b/index.Rmd index 15f749a94..b99330323 100644 --- a/index.Rmd +++ b/index.Rmd @@ -32,7 +32,7 @@ You may also be interested in: Malte Grosser and Henning Bumann, provides worked solutions to the exercises in this book. -* __"[R for Data Science](https://r4ds.had.co.nz/)"__ which introduces you to R +* __"[R for Data Science](https://r4ds.hadley.nz/)"__ which introduces you to R as a tool for doing data science, focussing on a consistent set of packages known as the tidyverse.