summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2016-02-16 19:26:39 +0100
committerven <vendethiel@hotmail.fr>2016-02-16 19:26:39 +0100
commit567b838e87e02943f9d51a6c8d3d223fed7e18f2 (patch)
tree0bd10a8ef100c228bca87072b131b77edbfeaa4d
parent76516dcc2a19179c26dc99923730d5bb7f4ad58a (diff)
parent05121bf808e0ccc3efd2a6ade55035ad0affe075 (diff)
Merge pull request #2138 from gnrfan/elixir-fix-01
Fixing broken link to Elixir's Getting Started documentation
-rw-r--r--elixir.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/elixir.html.markdown b/elixir.html.markdown
index 720e080c..bf3c42a6 100644
--- a/elixir.html.markdown
+++ b/elixir.html.markdown
@@ -411,7 +411,7 @@ self() #=> #PID<0.27.0>
## References
-* [Getting started guide](http://elixir-lang.org/getting_started/1.html) from [elixir webpage](http://elixir-lang.org)
+* [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/)
* ["Programming Elixir"](https://pragprog.com/book/elixir/programming-elixir) by Dave Thomas
* [Elixir Cheat Sheet](http://media.pragprog.com/titles/elixir/ElixirCheat.pdf)