From 86e220bd907b4d4c8a16da341f3882149561893c Mon Sep 17 00:00:00 2001 From: Emiel van de Laar Date: Mon, 22 Mar 2021 12:04:03 +0100 Subject: [PATCH] Fixup URLs * Prefer https over http * The community has taken over the book by Phil Freeman and is now available under the purescript.org domain. --- purescript.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/purescript.html.markdown b/purescript.html.markdown index 70c2e188..a1ee8587 100644 --- a/purescript.html.markdown +++ b/purescript.html.markdown @@ -8,9 +8,9 @@ contributors: PureScript is a small strongly, statically typed language compiling to JavaScript. -* Learn more at [http://www.purescript.org/](http://www.purescript.org/) -* Documentation: [http://pursuit.purescript.org/](http://pursuit.purescript.org/) -* Book: Purescript by Example, [https://leanpub.com/purescript/](https://leanpub.com/purescript/) +* Learn more at [https://www.purescript.org/](https://www.purescript.org/) +* Documentation: [https://pursuit.purescript.org/](https://pursuit.purescript.org/) +* Book: Purescript by Example, [https://book.purescript.org/](https://book.purescript.org/) All the noncommented lines of code can be run in the PSCI REPL, though some will require the `--multi-line-mode` flag.