Skip to content

Commit 733b66c

Browse files
authored
Fix ReScript link error; switch to HTTPS. Update what-and-why.md
1 parent 5e86257 commit 733b66c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/what-and-why.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ The [getting started](getting-started.md) page will set you up.
6565

6666
Here are some alternatives that share similar concepts with Reason:
6767

68-
- [Rust](http://rust-lang.org). Inspired by the ML family of languages, but not garbage collected. Has excellent parallelism support.
69-
- [Elm](http://elm-lang.org). Another great language in the ML family. Focuses on building web applications. See the widely praised talk on Elm, [Let's Be Mainstream](https://www.youtube.com/watch?v=oYk8CKH7OhE).
70-
- [PureScript](http://www.purescript.org). Inspired by Haskell, compiles to JavaScript.
71-
- [Fable](http://fable.io/). Based on F#, which is closely related to OCaml.
68+
- [Rust](https://rust-lang.org). Inspired by the ML family of languages, but not garbage collected. Has excellent parallelism support.
69+
- [Elm](https://elm-lang.org). Another great language in the ML family. Focuses on building web applications. See the widely praised talk on Elm, [Let's Be Mainstream](https://www.youtube.com/watch?v=oYk8CKH7OhE).
70+
- [PureScript](https://www.purescript.org). Inspired by Haskell, compiles to JavaScript.
71+
- [Fable](https://fable.io/). Based on F#, which is closely related to OCaml.
7272
- [ClojureScript](https://clojurescript.org). Dynamically typed language that prioritizes simplicity & great interop.
7373
- [Swift](https://www.apple.com/swift/). Language built by Apple, and interoperates with Objective-C well.
7474
- [Haxe](https://haxe.org). Compiles to basically anything with a focus on game development.
75-
- [ReScript](rescript-lang.org). Fast, Simple, Fully Typed JavaScript from the Future.
75+
- [ReScript](https://rescript-lang.org). Fast, Simple, Fully Typed JavaScript from the Future.

0 commit comments

Comments
 (0)