Fix link to connecting page

Contributes to issue CURA-7017.
This commit is contained in:
Ghostkeeper 2020-03-05 14:01:02 +01:00
parent 25292a4c7c
commit 2dcf5a9c97
No known key found for this signature in database
GPG Key ID: 37E2020986774393

View File

@ -206,8 +206,8 @@ Item
}
else
{
return catalog.i18nc("@label", "The printer at this address has not responded yet.") + "<br /><br /><a href=\"https://www.ultimaker.com/\">"
+ catalog.i18nc("@label", "Can't connect to your printer?") + "</a>";
return catalog.i18nc("@label", "The printer at this address has not responded yet.") + "<br /><br /><a href=\"https://ultimaker.com/en/resources/52891-set-up-a-cloud-connection\">"
+ catalog.i18nc("@label", "Can't connect to your Ultimaker printer?") + "</a>";
}
}
onLinkActivated: Qt.openUrlExternally(link)