diff --git a/slides/forks.md b/slides/forks.md
index fb0b433a855312164dc104073e9c742527b110b7..fd848cf70007e4f47212fdb95a4dcfa4ee94ede1 100644
--- a/slides/forks.md
+++ b/slides/forks.md
@@ -44,7 +44,7 @@ Browse to the original repository and click on the button `Fork`:
 <br>
 
 Fork the practice repository: <br><br>
-https://git-r3lab.uni.lu/R3.training/git.practice
+https://git-r3lab.uni.lu/R3school/git.practice
 
 Then, clone your fork to your home directory!
 
diff --git a/slides/syncFork.md b/slides/syncFork.md
index 873f3bf32c12da49e64c609a823c178428a8212d..75066c06c689d9616d7c73ec668b013c6744d8ad 100644
--- a/slides/syncFork.md
+++ b/slides/syncFork.md
@@ -7,7 +7,7 @@
 
 Add the `upstream` address (original/protected repository)
 ```bash
-$ git remote add upstream ssh://git@git-r3lab-server.uni.lu:8022/R3.training/
+$ git remote add upstream ssh://git@git-r3lab-server.uni.lu:8022/R3school/
   git.practice.git
 ```