From 82c189327d9deae7fd7f0320ae76dc6ce668476a Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Thu, 15 Jul 2021 16:36:49 +0200 Subject: [PATCH] Change link of "Upgrade plan" button CURA-8112 --- plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml b/plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml index 98b0c5ca02..2b0ca664cc 100644 --- a/plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml +++ b/plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml @@ -81,7 +81,7 @@ Item tooltip: "You have reached the maximum number of projects allowed by your subscription. Please upgrade to the Professional subscription to create more projects." tooltipWidth: parent.width * 0.5 - onClicked: Qt.openUrlExternally("https://ultimaker.com/software/enterprise-software") + onClicked: Qt.openUrlExternally("https://ultimaker.com/software/ultimaker-essentials/sign-up-cura?utm_source=cura&utm_medium=software&utm_campaign=lib-max") } }