From 155bf67a6a072ac9994139a0b99cc02d2245ea64 Mon Sep 17 00:00:00 2001 From: jim Date: Mon, 6 Apr 2015 04:57:16 -0400 Subject: [PATCH] update for rename of exercises/assignment5.mdwn to exercises/assignment5-6.mdwn --- exercises/assignment7.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/assignment7.mdwn b/exercises/assignment7.mdwn index 8dfc42d3..719057d4 100644 --- a/exercises/assignment7.mdwn +++ b/exercises/assignment7.mdwn @@ -45,7 +45,7 @@ add the last pieces to make the program function. You can find the skeleton code [[here|/code/untyped_evaluator.ml]]. The first place you need to add code is in the `free_in` function. You already -wrote such a function [[in a previous homework|assignment5#occurs_free]], so this +wrote such a function [[in a previous homework|exercises/assignment5-6#occurs_free]], so this part should be easy. The intended behavior is for the function to return results like this: -- 2.11.0