summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMax Schumacher <maximilianbschumacher@gmail.com>2020-07-07 11:58:47 +0200
committerGitHub <noreply@github.com>2020-07-07 11:58:47 +0200
commit0a407509df2feada5d43234fdbb5c42d7fca63e9 (patch)
tree1096eeaeb8c9b97e080134a7804c8be19b23fb3e
parent7b19d26e1b1ea5e2e4e5e23e6e279929afda6386 (diff)
parent8d4d4285b378c2ed6354f986c754d5d04058f198 (diff)
Merge pull request #3950 from threadspeed/master
[elixir/en] Added link
-rw-r--r--elixir.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/elixir.html.markdown b/elixir.html.markdown
index 0b717ca6..0226ecaf 100644
--- a/elixir.html.markdown
+++ b/elixir.html.markdown
@@ -457,3 +457,4 @@ Agent.update(my_agent, fn colors -> ["blue" | colors] end)
* [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
+* [Introduction to Elixir](https://learn-elixir.com/)