From 9b252b6795e6d0f158aa2ea20c1590c4b130ea99 Mon Sep 17 00:00:00 2001 From: Nerwosolek <24649931+Nerwosolek@users.noreply.github.com> Date: Sat, 10 Feb 2024 20:08:48 +0100 Subject: [PATCH] Link to romans --- exercises/practice/roman-numerals/.approaches/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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