Skip to content

Commit 365e11d

Browse files
authored
Fix links for Scrabble Score dig deeper page (#2827)
1 parent 211d8fd commit 365e11d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/practice/scrabble-score/.approaches/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ For more information, check the [`HashMap` with `reduce()` approach][approach-ma
152152
Since benchmarking with the [Java Microbenchmark Harness][jmh] is currently outside the scope of this document,
153153
the choice between the approaches can be made by perceived readability.
154154

155-
[approach-if-statements]: https://exercism.org/tracks/java/exercises/scrabble=score/approaches/if-statements
156-
[approach-switch-statement]: https://exercism.org/tracks/java/exercises/scrabble=score/approaches/switch-statement
157-
[approach-map-reduce]: https://exercism.org/tracks/java/exercises/scrabble=score/approaches/map-reduce
155+
[approach-if-statements]: https://exercism.org/tracks/java/exercises/scrabble-score/approaches/if-statements
156+
[approach-switch-statement]: https://exercism.org/tracks/java/exercises/scrabble-score/approaches/switch-statement
157+
[approach-map-reduce]: https://exercism.org/tracks/java/exercises/scrabble-score/approaches/map-reduce
158158
[jmh]: https://github.com/openjdk/jmh

0 commit comments

Comments
 (0)