diff --git a/apps/nextjs/src/app/[locale]/manage/page.tsx b/apps/nextjs/src/app/[locale]/manage/page.tsx index cd9f69d23..4ee83be77 100644 --- a/apps/nextjs/src/app/[locale]/manage/page.tsx +++ b/apps/nextjs/src/app/[locale]/manage/page.tsx @@ -37,13 +37,13 @@ export default async function ManagementPage() { }, { count: statistics.countUsers, - href: "/manage/boards", + href: "/manage/users", subtitle: t("statisticLabel.authentication"), title: t("statistic.createUser"), }, { count: statistics.countInvites, - href: "/manage/boards", + href: "/manage/users/invites", subtitle: t("statisticLabel.authentication"), title: t("statistic.createInvite"), },