From 214e41f9837730f2b537e1c703bd0ac23b6b653f Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Tue, 14 Apr 2020 16:55:36 +0200 Subject: [PATCH] Use a more specific link for the network troubleshooting guide CURA-7434 --- plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml b/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml index 59a0148550..e6bc464dea 100644 --- a/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml +++ b/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml @@ -173,7 +173,7 @@ Cura.MachineAction anchors.right: parent.right wrapMode: Text.WordWrap renderType: Text.NativeRendering - text: catalog.i18nc("@label", "If your printer is not listed, read the network printing troubleshooting guide").arg("https://ultimaker.com/en/troubleshooting"); + text: catalog.i18nc("@label", "If your printer is not listed, read the network printing troubleshooting guide").arg("https://support.ultimaker.com/hc/en-us/articles/360012795419"); onLinkActivated: Qt.openUrlExternally(link) }