Use a more specific link for the network troubleshooting guide

CURA-7434
This commit is contained in:
Nino van Hooff 2020-04-14 16:55:36 +02:00
parent 95a8eb6ace
commit 214e41f983

View file

@ -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 <a href='%1'>network printing troubleshooting guide</a>").arg("https://ultimaker.com/en/troubleshooting");
text: catalog.i18nc("@label", "If your printer is not listed, read the <a href='%1'>network printing troubleshooting guide</a>").arg("https://support.ultimaker.com/hc/en-us/articles/360012795419");
onLinkActivated: Qt.openUrlExternally(link)
}