repochecker: Fix given URL to documentation

This commit is contained in:
nemunaire 2019-09-06 20:41:15 +02:00
parent 4e01377a29
commit d7f0425d8a

View File

@ -145,7 +145,7 @@ func BuildExercice(i Importer, theme fic.Theme, epath string, dmap *map[int64]fi
// Alert about unknown keys in challenge.txt
if len(md.Undecoded()) > 0 {
for _, k := range md.Undecoded() {
errs = append(errs, fmt.Sprintf("%q: challenge.txt: unknown key %q found, check https://srs.nemunai.re/fic/files/challenge.html", edir, k))
errs = append(errs, fmt.Sprintf("%q: challenge.txt: unknown key %q found, check https://srs.nemunai.re/fic/files/challenge/", edir, k))
}
}