From 62d57e1058564cf468cec854449d8aa26d8fac88 Mon Sep 17 00:00:00 2001 From: Louis Bettens <louis.bettens@epfl.ch> Date: Wed, 18 Sep 2019 14:56:51 +0000 Subject: [PATCH] instructions point to the wrong repo FTFY --- week1/01-example.md | 4 ++-- week1/03-homework1.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/week1/01-example.md b/week1/01-example.md index 5799e86..5317333 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 8f4942b..f6919e7 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 ``` -- GitLab