Skip to content

Commit

Permalink
Fixing switch link (issue 90)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlambert125 committed Oct 18, 2024
1 parent 99915c1 commit 67d1aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/enums/reading/intro-to-enums/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ public class DayStatic {
```

To refer to Thursday, you can use the value `DayStatic.THURSDAY`. Recall our
`switch` [example from earlier](#switch-statements).

`switch` [example from earlier]({{% ref "/control-flow-and-collections/reading/conditionals#switch-statements" %}}).
```java {linenos=true}
import java.util.Scanner;

Expand Down

0 comments on commit 67d1aa2

Please sign in to comment.