We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ef4dd commit 57bc905Copy full SHA for 57bc905
1 file changed
concepts/switch-statement/about.md
@@ -160,7 +160,7 @@ return switch (day) {
160
};
161
```
162
163
-You can find more information on the switch expression on Java 21 [here][switch-on-Java-21]
+You can find more information on the switch expression on Java 21 in [this blog][switch-on-Java-21]
164
165
[yield-keyword]: https://www.codejava.net/java-core/the-java-language/yield-keyword-in-java
166
[switch1]: https://www.vojtechruzicka.com/java-enhanced-switch/
0 commit comments