From: jim Date: Tue, 24 Mar 2015 00:52:08 +0000 (-0400) Subject: fix link X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=bb4e4397efc09f2c282863f93f86c70e4bb87961;ds=sidebyside fix link --- diff --git a/exercises/assignment7.mdwn b/exercises/assignment7.mdwn index f0213aa2..81525895 100644 --- a/exercises/assignment7.mdwn +++ b/exercises/assignment7.mdwn @@ -95,8 +95,8 @@ If you've completed all the missing parts correctly (there are six gaps for the ## Fuller interpreter -We've also prepared a fuller version of the interpreter, that has user-friendly input -and printing of results. We'll provide a link to that shortly. It +We've also prepared [[a fuller version of the interpreter, that has user-friendly input +and printing of results|/topics/week7_untyped_evaluator]]. It will be easiest for you to understand that code if you've completed the gaps in the simplified skeleton linked above.