From: Jim Date: Sun, 1 Feb 2015 18:11:23 +0000 (-0500) Subject: broken link week1 X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=1f7341e1aae4b5a2e54f48d03644ffab5a5f0a9b;ds=sidebyside broken link week1 --- diff --git a/topics/week1.mdwn b/topics/week1.mdwn index 70f330ed..82e1fa63 100644 --- a/topics/week1.mdwn +++ b/topics/week1.mdwn @@ -610,7 +610,7 @@ The `x` in `F x` and in `H x` are governed by the outermost quantifier, and only This was a lot of material, and you may need to read it carefully and think about it, but none of it should seem profoundly different from things you're already accustomed to doing. What we worked our way up to was just the kind of recursive definitions of `factorial` and `length` that you volunteered in class, before learning any programming. -You have all the materials you need now to do this week's [[assignment|assignment1]]. Some of you may find it easy. Many of you will not. But if you understand what we've done here, and give it your time and attention, we believe you can do it. +You have all the materials you need now to do this week's [[assignment|/exercises/assignment1]]. Some of you may find it easy. Many of you will not. But if you understand what we've done here, and give it your time and attention, we believe you can do it. There are also some [[advanced notes|week1 advanced notes]] extending this week's material.