From c32c79133a4f9b6c4afb05677d327ec2d7239875 Mon Sep 17 00:00:00 2001 From: Tony Morris Date: Fri, 3 Mar 2017 15:02:41 +1000 Subject: [PATCH] Data61 --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 0af8863..5665bf9 100644 --- a/README.markdown +++ b/README.markdown @@ -1,9 +1,9 @@ # Let's Lens -![NICTA](http://i.imgur.com/sMXB9XB.jpg) +![Data61](http://i.imgur.com/0h9dFhl.png) Let's Lens presents a series of exercises, in a similar format to -[the NICTA functional programming course material](http://github.com/NICTA/course). +[the Data61 functional programming course material](http://github.com/data61/fp-course). The subject of the exercises is around the concept of lenses, initially proposed by Foster et al., to solve the view-update problem of relational databases.