diff --git a/week1/01-example.md b/week1/01-example.md
index 5799e864db7d961fda3b08c71ec6d735848053fe..5317333b15247bb4c4a9eb767c5b77081395bf12 100644
--- a/week1/01-example.md
+++ b/week1/01-example.md
@@ -16,11 +16,11 @@ one with number) in the following command).
 **THE FOLLOWING WILL NOT WORK YET, CHECK BACK LATER**
 
 ```shell
-git clone -b example git@gitlab.epfl.ch:lamp/student-repositories-s19/cs206-GASPAR.git cs206-example
+git clone -b example git@gitlab.epfl.ch:lamp/student-repositories-f19/cs210-GASPAR.git cs210-example
 ```
 
 ```shell
-cd cs206-example
+cd cs210-example
 ```
 
 **IMPORTANT:** The `example` branch you just cloned contains your assignment, but is read-only on our server, **you should not try to edit it**.
diff --git a/week1/03-homework1.md b/week1/03-homework1.md
index 8f4942b546379cd1099cc95d7b5df0223562b847..f6919e7f46375c77bdac3bde8064f2689b60afa8 100644
--- a/week1/03-homework1.md
+++ b/week1/03-homework1.md
@@ -5,7 +5,7 @@
 You can use the following commands to make a fresh clone of your repository:
 
 ```shell
-git clone -b recfun git@gitlab.epfl.ch:lamp/student-repositories-f19/cs206-GASPAR.git cs210-recfun
+git clone -b recfun git@gitlab.epfl.ch:lamp/student-repositories-f19/cs210-GASPAR.git cs210-recfun
 cd cs210-recfun
 ```