From ab68aebaea6f0fef369f21c43687d6765dadb20f Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent@modolo.fr>
Date: Mon, 5 Oct 2020 14:52:38 +0200
Subject: [PATCH] fix link in 4. and 5.

---
 4_unix_file_system.md | 2 +-
 5_users_and_rights.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/4_unix_file_system.md b/4_unix_file_system.md
index 88e85a4..8959d2d 100644
--- a/4_unix_file_system.md
+++ b/4_unix_file_system.md
@@ -222,4 +222,4 @@ mount
 
 Find which disk is mounted at the root of the file tree.
 
-[That’s all for the Unix file system, we will come back to it from time to time but for now you can head to the next section.](http://perso.ens-lyon.fr/laurent.modolo/unix/4_users_and_rights.html)
\ No newline at end of file
+[That’s all for the Unix file system, we will come back to it from time to time but for now you can head to the next section.](http://perso.ens-lyon.fr/laurent.modolo/unix/5_users_and_rights.html)
\ No newline at end of file
diff --git a/5_users_and_rights.md b/5_users_and_rights.md
index aebedea..d67a4f8 100644
--- a/5_users_and_rights.md
+++ b/5_users_and_rights.md
@@ -5,7 +5,7 @@ title: Users and rights
 
 # Users and rights
 
-[![cc_by_sa](/Users/laurent/Documents/formations/2020_08_UNIX/img/cc_by_sa.png)](http://creativecommons.org/licenses/by-sa/4.0/)
+[![cc_by_sa](./img/cc_by_sa.png)](http://creativecommons.org/licenses/by-sa/4.0/)
 
 Objective: Understand how rights works in GNU/Linux
 
-- 
GitLab