diff options
| -rw-r--r-- | desktop/packages/mullvad-vpn/src/shared/constants/urls.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/packages/mullvad-vpn/src/shared/constants/urls.ts b/desktop/packages/mullvad-vpn/src/shared/constants/urls.ts index 24851e0a4c..f9a77a92b0 100644 --- a/desktop/packages/mullvad-vpn/src/shared/constants/urls.ts +++ b/desktop/packages/mullvad-vpn/src/shared/constants/urls.ts @@ -5,6 +5,7 @@ export const urls = { faq: 'https://mullvad.net/help/tag/mullvad-app/', privacyGuide: 'https://mullvad.net/help/first-steps-towards-online-privacy/', download: 'https://mullvad.net/download/vpn/', + removingOpenVpnBlog: 'https://mullvad.net/en/blog/removing-openvpn-15th-january-2026', } as const; type BaseUrl = (typeof urls)[keyof typeof urls]; |
