diff --git a/reading/guards.livemd b/reading/guards.livemd index 29acf824e..97397c1ee 100644 --- a/reading/guards.livemd +++ b/reading/guards.livemd @@ -298,8 +298,8 @@ end Consider the following resource(s) to deepen your understanding of the topic. -* [HexDocs: Guards](https://hexdocs.pm/elixir/guards.html) -* [HexDocs: Where to use Guards](https://hexdocs.pm/elixir/guards.html#where-guards-can-be-used) +* [HexDocs: Guards](https://hexdocs.pm/elixir/patterns-and-guards.html#guards) +* [HexDocs: Where to use Guards](https://hexdocs.pm/elixir/patterns-and-guards.html#where-patterns-and-guards-can-be-used) * [Elixir Schools: Guards](https://elixirschool.com/en/lessons/basics/functions/#guards-6) * [Exercism.io: Guards](https://exercism.org/tracks/elixir/concepts/guards)