Skip to content

Commit

Permalink
Merge pull request #10 from nikcorg/patch-1
Browse files Browse the repository at this point in the history
Fix broken link to colourcoding.net
  • Loading branch information
Brian Lonsdorf committed Mar 1, 2016
2 parents 785a34d + 6f3c3e5 commit 8539e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Or as Julian Birch says:
We haven't mentioned any specific Functors yet. It's the particular things that each different Functor can do that distinguish them from one another. Usually these particular things have to do with how you access the values in the container. The Functor laws, and the clean ways they help us to manipulate Functors, are what all Functors have in common.

Take a look at Birch's little list of [things you can map over](http://www.colourcoding.net/blog/archive/2014/06/27/not-a-haskell-monad-tutorial-functors.aspx).
Take a look at Birch's little list of [things you can map over](http://web.archive.org/web/20150918214956/http://www.colourcoding.net/blog/archive/2014/06/27/not-a-haskell-monad-tutorial-functors.aspx).


-------------------------------
Expand Down

0 comments on commit 8539e89

Please sign in to comment.