assignment7 tweak
authorJim Pryor <profjim@jimpryor.net>
Wed, 17 Nov 2010 19:08:36 +0000 (14:08 -0500)
committerJim Pryor <profjim@jimpryor.net>
Wed, 17 Nov 2010 19:08:36 +0000 (14:08 -0500)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
assignment7.mdwn

index f6372bb..a262426 100644 (file)
@@ -15,5 +15,5 @@ Some advice:
 
 *      You'll want to use the implementation of "implicitly represented" mutable variables that we discussed at the end of this week's meeting, or the "state monad" Chris presented, which is a simple version of the former. Conceptually, though, it's sometimes useful to switch back and forth between the "implicitly represented" model and the "explicitly represented" model.
 
 
 *      You'll want to use the implementation of "implicitly represented" mutable variables that we discussed at the end of this week's meeting, or the "state monad" Chris presented, which is a simple version of the former. Conceptually, though, it's sometimes useful to switch back and forth between the "implicitly represented" model and the "explicitly represented" model.
 
-*      Here are some [hints](hints/Assignment 7 Hint 1).
+*      Here are some [hints](/hints/Assignment 7 Hint 1).