diff --git a/exercises/practice/roman-numerals/.approaches/introduction.md b/exercises/practice/roman-numerals/.approaches/introduction.md index 9a470ea4..894c4dd6 100644 --- a/exercises/practice/roman-numerals/.approaches/introduction.md +++ b/exercises/practice/roman-numerals/.approaches/introduction.md @@ -115,5 +115,5 @@ The problem is inherently limited in scope by the design of Roman numerals, so a [table-lookup]: https://exercism.org/tracks/r/exercises/roman-numerals/approaches/table-lookup -[loop-over-romans]: https://exercism.org/tracks/r/exercises/roman-numerals/approaches/loop-over-roman +[loop-over-romans]: https://exercism.org/tracks/r/exercises/roman-numerals/approaches/loop-over-romans [roman]: https://stat.ethz.ch/R-manual/R-devel/library/utils/html/roman.html