diff --git a/examples/README.md b/examples/README.md index 747da43..d5ac60d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -15,7 +15,7 @@ Examples * [prime](prime): Tests integers for primality. * [product-sum sudoku](product-sum-sudoku): A variant of sudoku with sum and product constraints from the Royal Statistical Society Christmas Quiz 2023. * [scheduling](scheduling): A simple work scheduling example from the [main README](../README.md#example). - * [somewhat-square-sudoku]: Solves the Jane Street [Somewhat Square Sudoku](https://www.janestreet.com/puzzles/somewhat-square-sudoku-index) puzzle. + * [somewhat-square-sudoku](somewhat-square-sudoku): Solves the Jane Street [Somewhat Square Sudoku](https://www.janestreet.com/puzzles/somewhat-square-sudoku-index) puzzle. * [strongly-regular-graph](strongly-regular-graph): A [strongly regular graph](https://en.wikipedia.org/wiki/Strongly_regular_graph) generator. * [sudoku](sudoku): A Sudoku solver. * [tournament-scheduling](tournament-scheduling): Schedules a particular tournament over several rounds.