From c21540b804bd30525088e56a5c689c4c1650f6a0 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 17 Jul 2020 18:31:48 +0200 Subject: [PATCH] chore(Main.ts): Fix some links in the nav bar (#797) --- main.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.ts b/main.ts index c5b633a009..e1cee0d104 100644 --- a/main.ts +++ b/main.ts @@ -127,7 +127,7 @@ try { { label: 'Keira3 Repository', click: () => { - shell.openExternal('https://github.com/AzerothCore/Keira3/'); + shell.openExternal('https://github.com/AzerothCore/Keira3'); }, accelerator: process.platform === 'darwin' ? 'Cmd+F+1' : 'F1', }, @@ -145,13 +145,13 @@ try { { label: 'AzerothCore Repository', click: () => { - shell.openExternal('https://github.com/AzerothCore/AzerothCore/'); + shell.openExternal('https://github.com/azerothcore/azerothcore-wotlk'); } }, { label: 'Report a Bug', click: () => { - shell.openExternal('https://github.com/AzerothCore/AzerothCore/issues/new'); + shell.openExternal('https://github.com/azerothcore/azerothcore-wotlk/issues/new/choose'); } }, ]