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

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

diff --git a/session_4/session_4.Rmd b/session_4/session_4.Rmd
index c941bff..dfca328 100644
--- a/session_4/session_4.Rmd
+++ b/session_4/session_4.Rmd
@@ -435,7 +435,7 @@ mutate(
 - Logical comparisons, `<`, `<=`, `>`, `>=`, `!=`, and `==`
 - Ranking: there are a number of ranking functions, but you should start with `min_rank()`. There is also `row_number()`, `dense_rank()`, `percent_rank()`, `cume_dist()`, `ntile()`
 
-## See you in [R#5: Pipping and grouping](https://can.gitbiopages.ens-lyon.fr/R_basis/session_5/)
+## See you in [R#5: Pipping and grouping](https://can.gitbiopages.ens-lyon.fr/R_basis/session_5.html)
 
 
 
-- 
GitLab