diff --git a/frontend/src/ksp-task-grabber.ts b/frontend/src/ksp-task-grabber.ts index d1891e0..3ea4042 100644 --- a/frontend/src/ksp-task-grabber.ts +++ b/frontend/src/ksp-task-grabber.ts @@ -64,7 +64,7 @@ function getLocation(id: string, solution: boolean): TaskLocation | null { } } else { return { - url: `/ulohy/${rocnik}/${urlX}${serie}.html`, + url: `/h/ulohy/${rocnik}/${urlX}${serie}.html`, startElement: `task-${id}` } }