From cc1cd095187cbec0ed3556ba5e035e6b16785ac2 Mon Sep 17 00:00:00 2001 From: Joel McCracken Date: Sat, 13 Jan 2018 16:59:44 -0500 Subject: [PATCH] Fixed url for folktale The other is on a domain that must be dead, because it was redirecting to some spammy nonsense. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 70caefa..9f11813 100644 --- a/readme.md +++ b/readme.md @@ -907,7 +907,7 @@ getNestedPrice({item: {price: 9.99}}) // Some(9.99) * [Immutable](https://github.com/facebook/immutable-js/) * [Ramda](https://github.com/ramda/ramda) * [ramda-adjunct](https://github.com/char0n/ramda-adjunct) -* [Folktale](http://folktalejs.org) +* [Folktale](http://folktale.origamitower.com/) * [monet.js](https://cwmyers.github.io/monet.js/) * [lodash](https://github.com/lodash/lodash) * [Underscore.js](https://github.com/jashkenas/underscore)