Skip to content

Commit

Permalink
chore(Main.ts): Fix some links in the nav bar (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitzunu committed Jul 17, 2020
1 parent 51e974e commit c21540b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.ts
Expand Up @@ -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',
},
Expand All @@ -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');
}
},
]
Expand Down

0 comments on commit c21540b

Please sign in to comment.