From c802311a93e3059ae1e12d7cf091b5dc53d0aa7d Mon Sep 17 00:00:00 2001
From: Carine Rey <carine.rey@ens-lyon.fr>
Date: Tue, 4 Oct 2022 13:29:30 +0200
Subject: [PATCH] fix link

---
 session_3/session_3.Rmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/session_3/session_3.Rmd b/session_3/session_3.Rmd
index 4156027..d13d3d6 100644
--- a/session_3/session_3.Rmd
+++ b/session_3/session_3.Rmd
@@ -349,7 +349,7 @@ ggplot(data = diamonds, mapping = aes(x = cut, fill = cut)) +
 
 By combining the right **geom**, **coordinates** and **faceting** functions, you can build a large number of different plots to present your results.
 
-# See you in [R.4: data transformation](https://can.gitbiopages.ens-lyon.fr/R_basis/session_4/)
+# See you in [R.4: data transformation](https://can.gitbiopages.ens-lyon.fr/R_basis/session_4.html)
 
 # To go further:  animated plots from xls files
 
-- 
GitLab