From c73693fc01d6a8a280ab61fec11692ea1594d320 Mon Sep 17 00:00:00 2001 From: Manoah Tervoort <46671786+mtdvlpr@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:17:02 +0200 Subject: [PATCH] docs: fix issue create link --- docs/utils/locales.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/utils/locales.ts b/docs/utils/locales.ts index 9adbfe125f..4361b8981f 100644 --- a/docs/utils/locales.ts +++ b/docs/utils/locales.ts @@ -136,7 +136,7 @@ export const mapThemeConfig = ( text: 'Changelog', }, { - link: GH_REPO_URL + '/issues/new', + link: GH_REPO_URL + '/issues/new/choose', text: msg.reportIssue, }, ],