From c12308a0159febe3844262d3caba9d9ce571a7a4 Mon Sep 17 00:00:00 2001 From: Tyler Miller Date: Fri, 30 Mar 2018 21:08:35 -0600 Subject: [PATCH] README: update Learn Prolog Now! link to interactive site (#467) Allows users to run Prolog scripts on the site. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b197e55..b26549e 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Courses | Duration | Effort | Prerequisites #### Readings - **Required** to learn about monads, laziness, purity: [Learn You a Haskell for a Great Good!](http://learnyouahaskell.com/) - **Note**: probably the best resource to learn Haskell: [Haskell Programming from First Principles](http://haskellbook.com/) `paid` -- **Required**, to learn about logic programming, backtracking, unification: [Learn Prolog Now!](http://www.learnprolognow.org/) +- **Required**, to learn about logic programming, backtracking, unification: [Learn Prolog Now!](http://lpn.swi-prolog.org/lpnpage.php?pageid=top) ### Core math