update for rename of topics/week1_advanced_notes.mdwn to topics/week1_kapulet_advance...
[lambda.git] / index.mdwn
index 3473166..2f5a7e4 100644 (file)
@@ -75,13 +75,13 @@ what you think you need in order to solve the problem.
 
 > Topics:
 [[Order in programming languages and natural language|topics/week1 order]];
-[[Introduction to functional programming|topics/week1]];
+[[Introduction to functional programming|topics/week1_kapulet_intro]];
 [[Homework|exercises/assignment1]];
-[[Advanced notes|topics/week1 advanced notes]]
+[[Advanced notes|topics/week1_kapulet_advanced]]
 
 (**Intermezzo**)
 > Help on [[learning Scheme]], [[OCaml|learning OCaml]], and [[Haskell|learning Haskell]];
-The [[differences between our made-up language and Scheme, OCaml, and Haskell|rosetta1]] (in progress);
+The [[differences between our made-up language and Scheme, OCaml, and Haskell|rosetta1]];
 [[What do words like "interpreter" and "compiler" mean?|ecosystem]] (in progress)
 
 (**[[Lambda Evaluator|code/lambda_evaluator]]**) Usable in your browser. It can help you check whether your answer to some of the homework questions works correctly.