repochecker: Update documentation URL
This commit is contained in:
parent
78189aab37
commit
d8458e5b49
2 changed files with 3 additions and 3 deletions
|
|
@ -224,7 +224,7 @@ func BuildExercice(i Importer, theme *fic.Theme, epath string, dmap *map[int64]*
|
|||
// Alert about unknown keys in challenge.txt
|
||||
if len(md.Undecoded()) > 0 {
|
||||
for _, k := range md.Undecoded() {
|
||||
errs = append(errs, NewChallengeTxtError(e, 0, fmt.Errorf("unknown key %q found, check https://srs.nemunai.re/fic/files/challenge/", k), theme))
|
||||
errs = append(errs, NewChallengeTxtError(e, 0, fmt.Errorf("unknown key %q found, check https://fic.srs.epita.fr/doc/files/challenge/", k), theme))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue