diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/HelpView.qml b/internal/frontend/bridge-gui/bridge-gui/qml/HelpView.qml index 432c48af..d4ad546a 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/HelpView.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/HelpView.qml @@ -41,7 +41,7 @@ SettingsView { actionIcon: "/qml/icons/ic-external-link.svg" description: qsTr("Get help setting up your client with our instructions and FAQs.") type: SettingsItem.PrimaryButton - onClicked: {Qt.openUrlExternally("https://proton.me/support/mail")} + onClicked: {Qt.openUrlExternally("https://proton.me/support/bridge")} Layout.fillWidth: true } diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml index 36886073..f13642b7 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml @@ -988,7 +988,7 @@ QtObject { type: Notification.NotificationType.Danger group: Notifications.Group.Dialogs | Notifications.Group.Configuration - property var supportLink: "https://proton.me/support/mail" + property var supportLink: "https://proton.me/support/bridge" Connections {