Skip to content

Commit 3b5bd39

Browse files
Update case-cond-and-if.md (#13158)
1 parent 4e4cde1 commit 3b5bd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/getting-started/case-cond-and-if.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ iex> case :ok do
6565
** (CaseClauseError) no case clause matching: :ok
6666
```
6767

68-
The documentation for the `Kernel` module lists all available guards in its sidebar. You can also consult the complete [Patterns and Guards](../references/patterns-and-guards.html#guards) reference for in-depth documentation.
68+
The documentation for the `Kernel` module lists all available guards in its sidebar. You can also consult the complete [Patterns and Guards](../references/patterns-and-guards.md#guards) reference for in-depth documentation.
6969

7070
## cond
7171

0 commit comments

Comments
 (0)