Skip to content

Commit 3ad9e4b

Browse files
authored
Update link to full guard documentation (elixir-lang#1425)
The previous link pointed at the guard documentation for Elixir v1.9.4. This was moved from a separate "Guards" page in v1.9.4 to the "Patterns and Guards" page in v1.10.4.
1 parent 8c8d564 commit 3ad9e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/case-cond-and-if.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ iex> case :ok do
7272
** (CaseClauseError) no case clause matching: :ok
7373
```
7474

75-
Consult [the full documentation for guards](https://hexdocs.pm/elixir/guards.html) for more information about guards, how they are used, and what expressions are allowed in them.
75+
Consult [the full documentation for guards](https://hexdocs.pm/elixir/patterns-and-guards.html#guards) for more information about guards, how they are used, and what expressions are allowed in them.
7676

7777
Note anonymous functions can also have multiple clauses and guards:
7878

0 commit comments

Comments
 (0)