Skip to content

Commit 856ad41

Browse files
authored
lint: link to docs on exercism.org, not GitHub (#520)
1 parent aa22e35 commit 856ad41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lint/lint.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ proc lint*(conf: Conf) =
3030

3131
let trackDir = Path(conf.trackDir)
3232

33-
const url = "https://github.com/exercism/docs/blob/main/building/configlet/lint.md"
33+
const url = "https://exercism.org/docs/building/configlet/lint"
3434

3535
if allChecksPass(trackDir):
3636
echo """

0 commit comments

Comments
 (0)