From fb5f4592c620ccf90493f6594cd6bc303734ed1a Mon Sep 17 00:00:00 2001 From: Amir Dekel <6893125+adql@users.noreply.github.com> Date: Sun, 18 Sep 2022 13:20:48 +0200 Subject: [PATCH] Update link to Kunigami's blog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38ad2d3..16c9da7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Some links: thanks to Microsoft Research). * [Using Parsec](http://book.realworldhaskell.org/read/using-parsec.html), chapter 16 of [Real World Haskell](http://book.realworldhaskell.org/). -* [An introduction to the Parsec library](http://kunigami.wordpress.com/2014/01/21/an-introduction-to-the-parsec-library) +* [An introduction to the Parsec library](https://www.kuniga.me/blog/2014/01/21/an-introduction-to-the-parsec-library.html) on Kunigami's blog. * [An introduction to parsing text in Haskell with Parsec](https://jsdw.me/posts/haskell-parsec-basics/) on Wilson's blog. * Differences between Parsec and -- GitLab