Fix url for KSP-H

This commit is contained in:
Standa Lukeš 2020-10-05 19:58:07 +00:00
parent a23438f976
commit 0b3d59cfa1

View file

@ -64,7 +64,7 @@ function getLocation(id: string, solution: boolean): TaskLocation | null {
} }
} else { } else {
return { return {
url: `/ulohy/${rocnik}/${urlX}${serie}.html`, url: `/h/ulohy/${rocnik}/${urlX}${serie}.html`,
startElement: `task-${id}` startElement: `task-${id}`
} }
} }