Skip to content

Commit 1fe85a8

Browse files
authored
Fix: Update ledger links
1 parent 2301588 commit 1fe85a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/WindowManager.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ void WindowManager::handleDeviceError(const QString &error, Utils::Message &msg)
480480
msg.helpItems = {"The device might be in use by a different application."};
481481
#if defined(Q_OS_LINUX)
482482
msg.helpItems.append("On Linux you may need to follow the instructions in the link below before the device can be opened:\n"
483-
"https://support.ledger.com/hc/en-us/articles/115005165269-Fix-connection-issues");
484-
msg.link = "https://support.ledger.com/hc/en-us/articles/115005165269-Fix-connection-issues";
483+
"https://support.ledger.com/article/115005165269-zd");
484+
msg.link = "https://support.ledger.com/article/115005165269-zd";
485485
#endif
486486
}
487487

@@ -499,8 +499,8 @@ void WindowManager::handleDeviceError(const QString &error, Utils::Message &msg)
499499
msg.helpItems = {"Make sure the device is connected to your computer and unlocked."};
500500
#if defined(Q_OS_LINUX)
501501
msg.helpItems.append("On Linux you may need to follow the instructions in the link below before the device can be opened:\n"
502-
"https://wiki.trezor.io/Udev_rules");
503-
msg.link = "https://wiki.trezor.io/Udev_rules";
502+
"https://trezor.io/guides/trezorctl/udev-rules");
503+
msg.link = "https://trezor.io/guides/trezorctl/udev-rules";
504504
#endif
505505
}
506506
else if (error.contains("Failed to acquire device")) {
@@ -818,4 +818,4 @@ WindowManager* WindowManager::instance()
818818
}
819819

820820
return m_instance;
821-
}
821+
}

0 commit comments

Comments
 (0)