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.
This commit is contained in:
Emiel van de Laar 2021-03-22 12:04:03 +01:00
parent d8fd777ece
commit 86e220bd90

View File

@ -8,9 +8,9 @@ contributors:
PureScript is a small strongly, statically typed language compiling to JavaScript. PureScript is a small strongly, statically typed language compiling to JavaScript.
* Learn more at [http://www.purescript.org/](http://www.purescript.org/) * Learn more at [https://www.purescript.org/](https://www.purescript.org/)
* Documentation: [http://pursuit.purescript.org/](http://pursuit.purescript.org/) * Documentation: [https://pursuit.purescript.org/](https://pursuit.purescript.org/)
* Book: Purescript by Example, [https://leanpub.com/purescript/](https://leanpub.com/purescript/) * 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 All the noncommented lines of code can be run in the PSCI REPL, though some will
require the `--multi-line-mode` flag. require the `--multi-line-mode` flag.