summaryrefslogtreecommitdiffhomepage
path: root/purescript.html.markdown
diff options
context:
space:
mode:
authorEmiel van de Laar <gemiel@gmail.com>2021-03-22 12:04:03 +0100
committerEmiel van de Laar <gemiel@gmail.com>2021-03-22 12:04:03 +0100
commit86e220bd907b4d4c8a16da341f3882149561893c (patch)
treea75a62af08ff72efd21e9873188f12a01f83c880 /purescript.html.markdown
parentd8fd777ece7a9d8a2bd9f5724659aff1281b215f (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.
Diffstat (limited to 'purescript.html.markdown')
-rw-r--r--purescript.html.markdown6
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.