diff options
author | caminsha <c.96marco@hotmail.com> | 2020-01-31 03:24:14 +0100 |
---|---|---|
committer | caminsha <c.96marco@hotmail.com> | 2020-01-31 03:24:14 +0100 |
commit | 06b95ac17e6b48c58f5eb53c1aa8393fc4686d9c (patch) | |
tree | 25246d6961f3d8f5fefe0dddcfe64b31356761a0 /elixir.html.markdown | |
parent | 9b19efa3ce6c4797398dea585d9e4b5f13ae4060 (diff) | |
parent | 1ada1d35bb0d34afe41451c4921a7bb6c7ebe259 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'elixir.html.markdown')
-rw-r--r-- | elixir.html.markdown | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/elixir.html.markdown b/elixir.html.markdown index 7af29202..0b717ca6 100644 --- a/elixir.html.markdown +++ b/elixir.html.markdown @@ -1,7 +1,7 @@ --- language: elixir contributors: - - ["Joao Marques", "http://github.com/mrshankly"] + - ["Joao Marques", "https://github.com/mrshankly"] - ["Dzianis Dashkevich", "https://github.com/dskecse"] - ["Ryan Plant", "https://github.com/ryanplant-au"] - ["Ev Bogdanov", "https://github.com/evbogdanov"] @@ -451,9 +451,9 @@ Agent.update(my_agent, fn colors -> ["blue" | colors] end) ## References -* [Getting started guide](http://elixir-lang.org/getting-started/introduction.html) from the [Elixir website](http://elixir-lang.org) +* [Getting started guide](https://elixir-lang.org/getting-started/introduction.html) from the [Elixir website](https://elixir-lang.org) * [Elixir Documentation](https://elixir-lang.org/docs.html) * ["Programming Elixir"](https://pragprog.com/book/elixir/programming-elixir) by Dave Thomas -* [Elixir Cheat Sheet](http://media.pragprog.com/titles/elixir/ElixirCheat.pdf) -* ["Learn You Some Erlang for Great Good!"](http://learnyousomeerlang.com/) by Fred Hebert +* [Elixir Cheat Sheet](https://media.pragprog.com/titles/elixir/ElixirCheat.pdf) +* ["Learn You Some Erlang for Great Good!"](https://learnyousomeerlang.com/) by Fred Hebert * ["Programming Erlang: Software for a Concurrent World"](https://pragprog.com/book/jaerlang2/programming-erlang) by Joe Armstrong |