diff options
| author | Emiel van de Laar <gemiel@gmail.com> | 2021-03-22 12:04:03 +0100 | 
|---|---|---|
| committer | Emiel van de Laar <gemiel@gmail.com> | 2021-03-22 12:04:03 +0100 | 
| commit | 86e220bd907b4d4c8a16da341f3882149561893c (patch) | |
| tree | a75a62af08ff72efd21e9873188f12a01f83c880 | |
| parent | d8fd777ece7a9d8a2bd9f5724659aff1281b215f (diff) | |
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.
| -rw-r--r-- | purescript.html.markdown | 6 | 
1 files 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. | 
