Skip to content

Commit

Permalink
Merge pull request #1050 from solar05/patch-2
Browse files Browse the repository at this point in the history
Fix guards docs links
  • Loading branch information
BrooklinJazz committed Oct 12, 2023
2 parents df9bfde + 5eaf93b commit a0b227e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reading/guards.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a0b227e

Please sign in to comment.