diff --git a/README.md b/README.md index 7dd580b0..bc305b47 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Bitwarden Desktop Application -[![Platforms](https://imgur.com/SLv9paA.png "Windows, macOS, and Linux")](https://bitwarden.com/#download) +[![Platforms](https://imgur.com/SLv9paA.png "Windows, macOS, and Linux")](https://bitwarden.com/download/) The Bitwarden desktop app is written using Electron and Angular. The application installs on Windows, macOS, and Linux distributions. diff --git a/src/main/menu.main.ts b/src/main/menu.main.ts index b6b92097..72633885 100644 --- a/src/main/menu.main.ts +++ b/src/main/menu.main.ts @@ -291,7 +291,7 @@ export class MenuMain extends BaseMenu { { label: 'Safari', click: () => { - shell.openExternal('https://bitwarden.com/#download'); + shell.openExternal('https://bitwarden.com/download/'); }, }, ],