mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix link to help page when material package is missing
In this case we don't want to link to Ultimaker's internal help pages, but to the public support pages.
This commit is contained in:
parent
3101f2aea4
commit
d1747e09e1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Item
|
||||||
property bool showInstallButton: false
|
property bool showInstallButton: false
|
||||||
property bool showUpdateButton: false
|
property bool showUpdateButton: false
|
||||||
|
|
||||||
property string missingPackageReadMoreUrl: "https://ultimaker.atlassian.net/wiki/spaces/SD/pages/1231916580/Campaign+links+from+Cura+to+the+Ultimaker+domain"
|
property string missingPackageReadMoreUrl: "https://support.ultimaker.com/hc/en-us/articles/360011968360-Using-the-Ultimaker-Marketplace?utm_source=cura&utm_medium=software&utm_campaign=load-file-material-missing"
|
||||||
|
|
||||||
|
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue