diff --git a/concepts/with/links.json b/concepts/with/links.json index 1ac3ab0ee..63442ecf8 100644 --- a/concepts/with/links.json +++ b/concepts/with/links.json @@ -4,11 +4,15 @@ "description": "Getting Started guide - With" }, { - "url": "http://learningelixir.joekain.com/learning-elixir-with/", - "description": "Learning Elixir - Learning Elixir's with" + "url": "https://elixirschool.com/en/lessons/basics/control_structures#with-3", + "description": "Elixir School - With" }, { "url": "https://hexdocs.pm/elixir/Kernel.SpecialForms.html#with/1", "description": "Kernel.SpecialForms.with/1" + }, + { + "url": "https://hexdocs.pm/elixir/main/code-anti-patterns.html#complex-else-clauses-in-with", + "description": "Anti-pattern: complex else clauses in with" } ]