mirror of
https://github.com/bitwarden/desktop.git
synced 2025-01-03 18:17:48 +01:00
fix links
This commit is contained in:
parent
6a801a3e4b
commit
883d0aeda0
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# Bitwarden Desktop Application
|
# 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.
|
The Bitwarden desktop app is written using Electron and Angular. The application installs on Windows, macOS, and Linux distributions.
|
||||||
|
|
||||||
|
@ -291,7 +291,7 @@ export class MenuMain extends BaseMenu {
|
|||||||
{
|
{
|
||||||
label: 'Safari',
|
label: 'Safari',
|
||||||
click: () => {
|
click: () => {
|
||||||
shell.openExternal('https://bitwarden.com/#download');
|
shell.openExternal('https://bitwarden.com/download/');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user