From 17efb27b780c79229b24dafd85d88119352f88c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sol=C3=A8ne=20Husseini?= <solene.husseini@gmail.com>
Date: Wed, 16 Nov 2022 22:08:24 +0100
Subject: [PATCH] Remove links

---
 labs/lab05/labs_05.md | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/labs/lab05/labs_05.md b/labs/lab05/labs_05.md
index e7a8cd6..2250260 100644
--- a/labs/lab05/labs_05.md
+++ b/labs/lab05/labs_05.md
@@ -52,15 +52,7 @@ To run the program, simply type `nodejs wasmout/p.js`
 
 ## WebAssembly and Amy
 
-### TODO Fix broken links
-The slides for this year's presentation are in the files called lab05-slides. See [here](https://gitlab.epfl.ch/lara/cs320/-/blob/main/labs/slides/lab05.md) and [here](https://gitlab.epfl.ch/lara/cs320/-/blob/main/labs/slides/lab05.html).
-
-Look at [this
-presentation](http://lara.epfl.ch/~gschmid/clp20/codegen.pdf) for the
-main concepts of how to translate Amy programs to WebAssembly.
-
-You can find the annotated compiler output to the concat example
-[here](http://lara.epfl.ch/~gschmid/clp20/concat.wat).
+Links to the material will be provided here after the presentation of the lab.
 
 ## The assignment code
 
-- 
GitLab