Skip to content

Commit

Permalink
Fix links for Scrabble Score dig deeper page (#2827)
Browse files Browse the repository at this point in the history
  • Loading branch information
annewu109 authored Jul 26, 2024
1 parent 211d8fd commit 365e11d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exercises/practice/scrabble-score/.approaches/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ For more information, check the [`HashMap` with `reduce()` approach][approach-ma
Since benchmarking with the [Java Microbenchmark Harness][jmh] is currently outside the scope of this document,
the choice between the approaches can be made by perceived readability.

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

0 comments on commit 365e11d

Please sign in to comment.