Skip to content

Commit

Permalink
Merge pull request #74 from LaunchCodeEducation/mike-issue-90
Browse files Browse the repository at this point in the history
Fixing switch link (issue 90)
  • Loading branch information
mlambert125 authored Oct 19, 2024
2 parents 99915c1 + 67d1aa2 commit 63a9359
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 63a9359

Please sign in to comment.