Update links

CURA-9221
This commit is contained in:
joeydelarago 2022-08-26 08:55:12 +02:00
parent a58690c774
commit a6f459b0f6

View File

@ -31,6 +31,6 @@ class PrintJobPendingApprovalMessage(Message):
""" Callback function for the "Manage print jobs" button on the pending approval notification. """ """ Callback function for the "Manage print jobs" button on the pending approval notification. """
match action: match action:
case "manage_print_jobs": case "manage_print_jobs":
QDesktopServices.openUrl(QUrl("https://ultimaker.com/")) QDesktopServices.openUrl(QUrl("https://digitalfactory.ultimaker.com/app/jobs/"))
case "learn_more": case "learn_more":
QDesktopServices.openUrl(QUrl("https://ultimaker.com/")) QDesktopServices.openUrl(QUrl("https://support.ultimaker.com/hc/en-us/articles/5329940078620"))