Fix url for KSP-H
This commit is contained in:
parent
a23438f976
commit
0b3d59cfa1
1 changed files with 1 additions and 1 deletions
|
@ -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}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue