diff options
author | Harry Moreno <morenoh149@gmail.com> | 2018-12-27 19:40:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-27 19:40:21 -0500 |
commit | 8ba2b7b32998125f29ee253715a82d353b9798d6 (patch) | |
tree | 2a3ac25f98c3ff99fa524d9761715769aed74304 | |
parent | e0d8d2ab097beb8722e59912d24afd3272e4ee79 (diff) |
Fix broken link
-rw-r--r-- | elixir.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elixir.html.markdown b/elixir.html.markdown index e82509e7..7af29202 100644 --- a/elixir.html.markdown +++ b/elixir.html.markdown @@ -452,7 +452,7 @@ 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) -* [Elixir Documentation](http://elixir-lang.org/docs/master/) +* [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 |