Skip to content

Commit

Permalink
[Roman Numeral Approaches]: Fix Broken Link in Approaches Introduction (
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyG authored Nov 22, 2024
1 parent be19148 commit 2779c27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,6 @@ The problem is inherently limited in scope by the design of Roman numerals, so a

[if-else]: https://exercism.org/tracks/python/exercises/roman-numerals/approaches/if-else
[table-lookup]: https://exercism.org/tracks/python/exercises/roman-numerals/approaches/table-lookup
[loop-over-romans]: https://exercism.org/tracks/python/exercises/roman-numerals/approaches/loop-over-roman
[loop-over-romans]: https://exercism.org/tracks/python/exercises/roman-numerals/approaches/loop-over-romans
[recurse-match]: https://exercism.org/tracks/python/exercises/roman-numerals/approaches/recurse-match
[roman-module]: https://github.com/zopefoundation/roman

0 comments on commit 2779c27

Please sign in to comment.