From 5eaf93bbcc1c46c1a2fd7c6b7c2d01543f6a72b2 Mon Sep 17 00:00:00 2001 From: Artem Solomatin Date: Sun, 17 Sep 2023 02:05:49 +0300 Subject: [PATCH] Fix guards docs links --- reading/guards.livemd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)