diff --git a/src/routes/features/maintenance/[id]/+page.svelte b/src/routes/features/maintenance/[id]/+page.svelte index 3ad416a..294d229 100644 --- a/src/routes/features/maintenance/[id]/+page.svelte +++ b/src/routes/features/maintenance/[id]/+page.svelte @@ -12,7 +12,7 @@ let profile = null; if (profileId==='new') { - goto('/maintenance/profiles/new/edit'); + goto('/features/maintenance/new/edit'); } $: {