Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
fix: Changelog URL in update notification
Browse files Browse the repository at this point in the history
  • Loading branch information
henry40408 committed May 18, 2018
1 parent ac9bd66 commit 10e6410
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/scripts/components/UpdateNotification.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ export default () => (
<strong>{'Awesome Stars'}</strong>
{' has been updated to '}
<strong>{version}</strong>
{'! For more information, please check out '}
{'! For more information, please check out CHANGELOG at '}
<strong>
<a href='https://github.com/henry40408/awesome-stars/blob/master/CHANGELOG.md'>
{'CHANGELOG'}
<a href='https://github.com/henry40408/awesome-stars/releases'>
{'GitHub Releases'}
</a>
</strong>
{'.'}
Expand Down

0 comments on commit 10e6410

Please sign in to comment.