diff --git a/apps/nextjs/src/app/[locale]/manage/layout.tsx b/apps/nextjs/src/app/[locale]/manage/layout.tsx index f6b25c2c5..db05485c1 100644 --- a/apps/nextjs/src/app/[locale]/manage/layout.tsx +++ b/apps/nextjs/src/app/[locale]/manage/layout.tsx @@ -153,7 +153,7 @@ export default async function ManageLayout({ children }: PropsWithChildren) { { label: t("items.help.items.submitIssue"), icon: IconBrandGithub, - href: "https://github.com/ajnart/homarr/issues/new/choose", + href: "https://github.com/homarr-labs/homarr/issues/new/choose", external: true, }, { @@ -165,7 +165,7 @@ export default async function ManageLayout({ children }: PropsWithChildren) { { label: t("items.help.items.sourceCode"), icon: IconGitFork, - href: "https://github.com/ajnart/homarr", + href: "https://github.com/homarr-labs/homarr", external: true, }, ], diff --git a/packages/spotlight/src/modes/index.tsx b/packages/spotlight/src/modes/index.tsx index 6571e7ac6..0371209f5 100644 --- a/packages/spotlight/src/modes/index.tsx +++ b/packages/spotlight/src/modes/index.tsx @@ -61,7 +61,7 @@ const helpMode = { { label: t("submitIssue.label"), icon: IconBrandGithub, - href: "https://github.com/ajnart/homarr/issues/new/choose", + href: "https://github.com/homarr-labs/homarr/issues/new/choose", }, { label: t("discord.label"),