Skip to content

Commit

Permalink
changed go links
Browse files Browse the repository at this point in the history
  • Loading branch information
quadraticat committed Oct 14, 2024
1 parent 8e383e4 commit 6882d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/MsgPopup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Popup {
ImButton {
text: qsTr("QUICK INSTALL GUIDE")
onClicked: {
imageWriter.openUrl("https://docs.unraid.net/unraid-os/getting-started/quick-install-guide/")
imageWriter.openUrl("https://docs.unraid.net/go/quick-install-guide")
}
font.family: roboto.name
visible: msgpopup.installButton
Expand Down
5 changes: 2 additions & 3 deletions src/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ApplicationWindow {
anchors.topMargin: 10
MouseArea {
anchors.fill: parent
onClicked: imageWriter.openUrl("https://docs.unraid.net/unraid-os/getting-started/quick-install-guide/")
onClicked: imageWriter.openUrl("https://docs.unraid.net/go/quick-install-guide")
}
}

Expand All @@ -108,7 +108,7 @@ ApplicationWindow {
source: "unraid/icons/help_orange.svg"
MouseArea {
anchors.fill: parent
onClicked: imageWriter.openUrl("https://docs.unraid.net/unraid-os/getting-started/quick-install-guide/")
onClicked: imageWriter.openUrl("https://docs.unraid.net/go/quick-install-guide")
}
Layout.preferredHeight: 15
Layout.preferredWidth: 15
Expand Down Expand Up @@ -1530,7 +1530,6 @@ ApplicationWindow {
msgpopup.text = qsTr("<b>%1</b> has been written to <b>%2</b>.").arg(osbutton.text).arg(dstbutton.text)
if(imageWriter.getInitFormat() === "UNRAID" && !imageWriter.windowsBuild()) {
msgpopup.text += qsTr("<br><br>If you would like to enable legacy boot (bios), helpful for old hardware, please run the 'make_bootable_(mac/linux/windows)' script from this computer, located in the main folder of the UNRAID flash drive.")
msgpopup.installButton = true
}
}
if (imageWriter.isEmbeddedMode()) {
Expand Down

0 comments on commit 6882d7b

Please sign in to comment.