From 0bb12fd2712b0b1e06a2d76e892726d7ae56b04b Mon Sep 17 00:00:00 2001 From: Yeasir Ahamed Date: Thu, 21 Oct 2021 02:46:00 +0600 Subject: [PATCH] Remove a unnecessary link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8a59b8e..9d4a08d 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,6 @@ * [Lenses In Pictures](http://adit.io/posts/2013-07-22-lenses-in-pictures.html) * [Lenses and Virtual DOM Support Open Closed](http://joneshf.github.io/programming/2015/12/19/Lenses-and-Virtual-DOM-Support-Open-Closed.html) -* [JavaScript through the Lenses of Functional Programming](http://www.luisatencio.net/2015/09/javascript-through-lenses-of-functional.html) * [How functional programming lenses work](http://fluffynukeit.com/how-functional-programming-lenses-work) * [Basic Lensing](https://www.schoolofhaskell.com/school/to-infinity-and-beyond/pick-of-the-week/basic-lensing) * [Lenses with Immutable.js](https://medium.com/@drboolean/lenses-with-immutable-js-9bda85674780#.hwrcbhxyu)