summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2018-12-29 01:05:53 +0530
committerGitHub <noreply@github.com>2018-12-29 01:05:53 +0530
commitee57a33755bb940fa34762ea53b77e7341eb2e71 (patch)
tree2a3ac25f98c3ff99fa524d9761715769aed74304
parente0d8d2ab097beb8722e59912d24afd3272e4ee79 (diff)
parent8ba2b7b32998125f29ee253715a82d353b9798d6 (diff)
Merge pull request #3436 from morenoh149/patch-3
elixir/en
-rw-r--r--elixir.html.markdown2
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