mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
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:
parent
d8fd777ece
commit
86e220bd90
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user