Skip to content

Commit

Permalink
Open latest release link when update button is clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
harshjv committed Oct 16, 2016
1 parent 09e4ac0 commit 2dfe47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class Footer extends React.Component {
}

openGitHubLink () {
if (this.state.isUpdateAvailable) shell.openExternal(`${pkg.homepage}/releases`)
if (this.state.isUpdateAvailable) shell.openExternal(`${pkg.homepage}/releases/latest`)
else shell.openExternal(pkg.homepage)
}

Expand Down

0 comments on commit 2dfe47d

Please sign in to comment.