diff options
author | threadspeed <65226423+threadspeed@users.noreply.github.com> | 2020-06-03 20:09:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 20:09:19 +0200 |
commit | 8d4d4285b378c2ed6354f986c754d5d04058f198 (patch) | |
tree | 1ada01c59a8ffd0d4bc1af4e2a7b5f71935dacf1 /elixir.html.markdown | |
parent | 115ceaa13bdccc526b2a091de27bb20e6e19cc81 (diff) |
Update elixir.html.markdown
added link
Diffstat (limited to 'elixir.html.markdown')
-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 c2dc171c..0226ecaf 100644 --- a/elixir.html.markdown +++ b/elixir.html.markdown @@ -457,4 +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/) +* [Introduction to Elixir](https://learn-elixir.com/) |