We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa22e35 commit 856ad41Copy full SHA for 856ad41
1 file changed
src/lint/lint.nim
@@ -30,7 +30,7 @@ proc lint*(conf: Conf) =
30
31
let trackDir = Path(conf.trackDir)
32
33
- const url = "https://github.com/exercism/docs/blob/main/building/configlet/lint.md"
+ const url = "https://exercism.org/docs/building/configlet/lint"
34
35
if allChecksPass(trackDir):
36
echo """
0 commit comments