From f92cb5ac36576efc9bbe50bd3c9261380066e78b Mon Sep 17 00:00:00 2001
From: Rodrigo Raya <rodrigo.raya@epfl.ch>
Date: Wed, 22 Sep 2021 19:01:35 +0000
Subject: [PATCH] Update labs_01.md

---
 labs/labs_01.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/labs_01.md b/labs/labs_01.md
index 0151d69..84d661b 100644
--- a/labs/labs_01.md
+++ b/labs/labs_01.md
@@ -14,7 +14,7 @@ If you have questions about how a feature of Amy works, you can always look at t
 
 The main task of the first lab is to write an interpreter for Amy. 
 
-(If you haven't been assigned your repository yet, you can download a packaged version of the interpreter lab's skeleton [[http://lara.epfl.ch/~gschmid/clp20/735df0961cf5ca22d217ad5c495d969d/clp-lab01.zip|here]]. If you already have your repository assigned, you can simply check out the ''lab01'' branch. Note that future labs will only be distributed through the repository, so be sure to familiarize yourself with the setup.)
+(If you haven't been assigned your repository yet, you can download a packaged version of the interpreter lab's skeleton [here](https://gitlab.epfl.ch/lara/cs320/-/blob/main/labs/labs01_material/labs01.zip). If you already have your repository assigned, you can simply check out the ''lab01'' branch. Note that future labs will only be distributed through the repository, so be sure to familiarize yourself with the setup.)
 
 
 ## Interpreters 
-- 
GitLab