fix links

This commit is contained in:
Kyle Spearrin 2020-07-28 22:51:49 -04:00
parent 6a801a3e4b
commit 883d0aeda0
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -291,7 +291,7 @@ export class MenuMain extends BaseMenu {
{
label: 'Safari',
click: () => {
shell.openExternal('https://bitwarden.com/#download');
shell.openExternal('https://bitwarden.com/download/');
},
},
],