diff --git a/src/tray.js b/src/tray.js index 4ea1f54b6..55f3ac311 100644 --- a/src/tray.js +++ b/src/tray.js @@ -200,7 +200,7 @@ function buildMenu (ctx) { { type: 'separator' }, { label: i18n.t('viewOnGitHub'), - click: () => { shell.openExternal('https://github.com/ipfs-shipyard/ipfs-desktop/') } + click: () => { shell.openExternal('https://github.com/ipfs-shipyard/ipfs-desktop/blob/master/README.md') } }, { label: i18n.t('helpUsTranslate'),