Skip to content

Commit 57bc905

Browse files
committed
replacing the last generic link
1 parent b3ef4dd commit 57bc905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/switch-statement/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ return switch (day) {
160160
};
161161
```
162162

163-
You can find more information on the switch expression on Java 21 [here][switch-on-Java-21]
163+
You can find more information on the switch expression on Java 21 in [this blog][switch-on-Java-21]
164164

165165
[yield-keyword]: https://www.codejava.net/java-core/the-java-language/yield-keyword-in-java
166166
[switch1]: https://www.vojtechruzicka.com/java-enhanced-switch/

0 commit comments

Comments
 (0)