From a11ed468752983938cedd3a4e4d112f4ae5f4688 Mon Sep 17 00:00:00 2001 From: harshitha Date: Mon, 18 Dec 2023 21:53:10 -0600 Subject: [PATCH] update elixir chat tutorial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3119b7..be1765c1 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## Elixir -- [Building a Simple Chat App With Elixir and Phoenix](https://sheharyar.me/blog/simple-chat-phoenix-elixir/) +- [Building a Simple Chat App With Elixir and Phoenix](https://elixircasts.io/chat-room-in-8-minutes) - [How to write a super fast link shortener with Elixir, Phoenix, and Mnesia](https://medium.com/free-code-camp/how-to-write-a-super-fast-link-shortener-with-elixir-phoenix-and-mnesia-70ffa1564b3c) ## Erlang