From 846102be4e270af956eaee339bd758a4fd8735fb Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Tue, 1 Nov 2022 16:59:25 +0100 Subject: [PATCH] Update campaign links in onboarding-add printer flow contributes to CURA-8689 --- resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml | 2 +- resources/qml/WelcomePages/AddUltimakerPrinter.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml b/resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml index c56ef6be4c..01b375f66d 100644 --- a/resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml +++ b/resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml @@ -69,7 +69,7 @@ Control iconSource: UM.Theme.getIcon("LinkExternal") isIconOnRightSide: true textFont: UM.Theme.getFont("small") - onClicked: Qt.openUrlExternally("") // TODO: Update url + onClicked: Qt.openUrlExternally("https://support.ultimaker.com/hc/en-us/articles/360012019239?utm_source=cura&utm_medium=software&utm_campaign=onboarding-add-printer") } } } \ No newline at end of file diff --git a/resources/qml/WelcomePages/AddUltimakerPrinter.qml b/resources/qml/WelcomePages/AddUltimakerPrinter.qml index eb521acf91..3566600159 100644 --- a/resources/qml/WelcomePages/AddUltimakerPrinter.qml +++ b/resources/qml/WelcomePages/AddUltimakerPrinter.qml @@ -84,7 +84,7 @@ Control iconSource: UM.Theme.getIcon("LinkExternal") isIconOnRightSide: true textFont: UM.Theme.getFont("small") - onClicked: Qt.openUrlExternally("") // TODO: Update url + onClicked: Qt.openUrlExternally("https://support.ultimaker.com/hc/en-us/articles/360012019239?utm_source=cura&utm_medium=software&utm_campaign=onboarding-add-printer") } } }