Skip to content

Commit abc9063

Browse files
authored
ocr-numbers: Fix broken source url (#1613)
1 parent df552ce commit abc9063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/ocr-numbers/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
},
3434
"blurb": "Given a 3 x 4 grid of pipes, underscores, and spaces, determine which number is represented, or whether it is garbled.",
3535
"source": "Inspired by the Bank OCR kata",
36-
"source_url": "http://codingdojo.org/cgi-bin/wiki.pl?KataBankOCR"
36+
"source_url": "https://codingdojo.org/kata/BankOCR/"
3737
}

0 commit comments

Comments
 (0)