mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
Use correct changelog link
current link in release 1.6.1 points to an incorrect url that returns 404
This commit is contained in:
@@ -20,7 +20,7 @@ const AppDetails = (): JSX.Element => {
|
||||
<p className={classes.AppVersion}>
|
||||
See changelog {' '}
|
||||
<a
|
||||
href='https://github.com/pawelmalak/flame/CHANGELOG.md'
|
||||
href='https://github.com/pawelmalak/flame/blob/master/CHANGELOG.md'
|
||||
target='_blank'
|
||||
rel='noreferrer'>
|
||||
here
|
||||
@@ -31,4 +31,4 @@ const AppDetails = (): JSX.Element => {
|
||||
)
|
||||
}
|
||||
|
||||
export default AppDetails;
|
||||
export default AppDetails;
|
||||
|
||||
Reference in New Issue
Block a user