From 4811b6f53bf622b4b6cace6e587e055cb6cea526 Mon Sep 17 00:00:00 2001
From: Rodrigo Raya <rodrigo.raya@epfl.ch>
Date: Wed, 22 Sep 2021 18:38:01 +0000
Subject: [PATCH] Update amy_reference_compiler.md

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

diff --git a/labs/amy_reference_compiler.md b/labs/amy_reference_compiler.md
index 7d3da87..66beedb 100644
--- a/labs/amy_reference_compiler.md
+++ b/labs/amy_reference_compiler.md
@@ -2,7 +2,7 @@
 
 We provide you with a reference compiler for the Amy language that you can use to explore the expected behavior of your own compiler.
 
-The reference compiler is [[http://lara.epfl.ch/~gschmid/clp20/amyc_2.12-1.7.jar|available here]].
+The reference compiler is [available here](https://gitlab.epfl.ch/lara/cs320/-/blob/main/labs/amyc-assembly-1.7.jar).
 
 You can run it as follows:
   java -cp amyc_2.12-1.7.jar amyc.Main [options] [input files]
-- 
GitLab