From 1cefc855b4e0097c339bb95e4e778d0b7167d531 Mon Sep 17 00:00:00 2001 From: Carine Rey <carine.rey@ens-lyon.fr> Date: Tue, 27 Sep 2022 19:44:10 +0200 Subject: [PATCH] fix link --- session_2/session_2.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session_2/session_2.Rmd b/session_2/session_2.Rmd index 206332e..1f5b615 100644 --- a/session_2/session_2.Rmd +++ b/session_2/session_2.Rmd @@ -510,7 +510,7 @@ ggplot(data = mpg, mapping = aes(x = displ, y = hwy, color = drv)) + </p> </details> -## See you in [R.3: Transformations with ggplot2](https://can.gitbiopages.ens-lyon.fr/R_basis/session_3/) +## See you in [R.3: Transformations with ggplot2](https://can.gitbiopages.ens-lyon.fr/R_basis/session_3.html) # To go further: publication ready plots -- GitLab