Skip to content

Commit

Permalink
lint: link to docs on exercism.org, not GitHub (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Feb 24, 2022
1 parent aa22e35 commit 856ad41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lint/lint.nim
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ proc lint*(conf: Conf) =

let trackDir = Path(conf.trackDir)

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

if allChecksPass(trackDir):
echo """
Expand Down

0 comments on commit 856ad41

Please sign in to comment.