Skip to content

Commit

Permalink
Merge pull request #163 from Abhijay007/fix/Abhijay007-LearnMoreLink
Browse files Browse the repository at this point in the history
(Fix): Updated incorrect "Learn More" Link
  • Loading branch information
lrasmus authored Feb 22, 2024
2 parents 965b223 + d07b5d5 commit d8a8395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default class MenuBuilder {
{
label: 'Learn More',
click() {
shell.openExternal('https://sites.northwestern.edu/stattag/');
shell.openExternal('https://sites.northwestern.edu/statwrap/');
}
},
{
Expand Down Expand Up @@ -226,7 +226,7 @@ export default class MenuBuilder {
{
label: 'Learn More',
click() {
shell.openExternal('https://sites.northwestern.edu/stattag/');
shell.openExternal('https://sites.northwestern.edu/statwrap/');
}
},
{
Expand Down

0 comments on commit d8a8395

Please sign in to comment.