From a6f459b0f68cec7fd5c5cb345b174db2b1d39b23 Mon Sep 17 00:00:00 2001 From: joeydelarago Date: Fri, 26 Aug 2022 08:55:12 +0200 Subject: [PATCH] Update links CURA-9221 --- .../src/Messages/PrintJobAwaitingApprovalMessage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/UM3NetworkPrinting/src/Messages/PrintJobAwaitingApprovalMessage.py b/plugins/UM3NetworkPrinting/src/Messages/PrintJobAwaitingApprovalMessage.py index 1a54485a70..f5a92a519d 100644 --- a/plugins/UM3NetworkPrinting/src/Messages/PrintJobAwaitingApprovalMessage.py +++ b/plugins/UM3NetworkPrinting/src/Messages/PrintJobAwaitingApprovalMessage.py @@ -31,6 +31,6 @@ class PrintJobPendingApprovalMessage(Message): """ Callback function for the "Manage print jobs" button on the pending approval notification. """ match action: case "manage_print_jobs": - QDesktopServices.openUrl(QUrl("https://ultimaker.com/")) + QDesktopServices.openUrl(QUrl("https://digitalfactory.ultimaker.com/app/jobs/")) case "learn_more": - QDesktopServices.openUrl(QUrl("https://ultimaker.com/")) + QDesktopServices.openUrl(QUrl("https://support.ultimaker.com/hc/en-us/articles/5329940078620"))