From d44d9078089b43941be1536d9243a22d27ca9946 Mon Sep 17 00:00:00 2001 From: CharlonTank Date: Thu, 6 Jul 2023 17:33:25 +0700 Subject: [PATCH] Fix slack broken link Fix slack broken link --- book/next_steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/next_steps.md b/book/next_steps.md index e1d5a215..cfcfb784 100644 --- a/book/next_steps.md +++ b/book/next_steps.md @@ -15,7 +15,7 @@ Experience is a great teacher, so I recommend building an **application** that i ## Ask Questions -There are loads of friendly and knowledgeable folks on [Slack](https://elmlang.herokuapp.com/) and [Discourse](https://discourse.elm-lang.org/). Whether you just started programming or have 20 years experience in industry, the #beginners channel on Slack is great for people new to programming in Elm! Maybe you have an error message you are stuck on? Maybe you are struggling to understand JSON decoders? Maybe the `Task` type is tripping you up? Maybe you are curious to get some feedback on a custom type you defined? **Whatever the problem, you can always ask for help!** +There are loads of friendly and knowledgeable folks on [Slack](https://elm-lang.org/community/slack) and [Discourse](https://discourse.elm-lang.org/). Whether you just started programming or have 20 years experience in industry, the #beginners channel on Slack is great for people new to programming in Elm! Maybe you have an error message you are stuck on? Maybe you are struggling to understand JSON decoders? Maybe the `Task` type is tripping you up? Maybe you are curious to get some feedback on a custom type you defined? **Whatever the problem, you can always ask for help!** ## Meet People