From 883d0aeda09cb9ee37747a47580f02a2a8fa9c37 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 28 Jul 2020 22:51:49 -0400 Subject: [PATCH] fix links --- README.md | 2 +- src/main/menu.main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/'); }, }, ],