Skip to content

Commit

Permalink
chore: update link
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyzak committed Nov 24, 2021
1 parent 23f4890 commit 081208e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@ const menuTemplate: any = [
label: '帮助',
click: async () => {
await shell.openExternal(
'https://github.com/funnyzak/tts-now/blob/master/README.md'
'https://github.com/funnyzak/tts-now#readme'
);
}
},
{
label: '检查更新',
click: async () => {
await shell.openExternal(
'https://github.com/funnyzak/tts-now/releases'
'https://github.com/funnyzak/tts-now/releases/latest'
);
}
}
Expand Down

0 comments on commit 081208e

Please sign in to comment.