mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
fix links
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# Bitwarden Desktop Application
|
# Bitwarden Desktop Application
|
||||||
|
|
||||||
[](https://bitwarden.com/#download)
|
[](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/');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user