Skip to content

Commit

Permalink
chore: Link to correct CHANGELOG (#9044)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschoordsch authored Oct 25, 2023
1 parent 9aac220 commit f0ffa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/hooks/useServiceWorkerUpdater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const useServiceWorkerUpdater = () => {
label: `See what's changed`,
callback: () => {
const url =
'https://github.com/ParabolInc/parabol/blob/production/CHANGELOG.md#parabol-change-log'
'https://github.com/ParabolInc/parabol/blob/release/CHANGELOG.md#parabol-change-log'
window.open(url, '_blank', 'noopener')?.focus()
}
}
Expand Down

0 comments on commit f0ffa0b

Please sign in to comment.