From f6b5549ebe19adadcddb6bbee170c924f9525fdb Mon Sep 17 00:00:00 2001 From: Noe De Santo <noe.desanto@epfl.ch> Date: Wed, 13 Oct 2021 10:32:04 +0200 Subject: [PATCH] Fix some links --- labs/labs_03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/labs_03.md b/labs/labs_03.md index a540c73..bbb58c6 100644 --- a/labs/labs_03.md +++ b/labs/labs_03.md @@ -57,7 +57,7 @@ different precedence and associativity. ### An LL(1) grammar for Amy -As usual, the [Amy specification](amy specification) will guide you when +As usual, the [Amy specification](amy specification.pdf) will guide you when it comes to deciding what exactly should be accepted by your parser. Carefully read Section 2 (*Syntax*). -- GitLab