diff --git a/labs/lab05/labs_05.md b/labs/lab05/labs_05.md
index e7a8cd68c4d98bf5ec2e6c9eca09dbdaf3b107b3..2250260d2dd71cf4b5a1d3bcf7e093caa8982fef 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