Single definition of Bloom website domain

This commit is contained in:
Nav
2021-11-02 23:26:11 +00:00
parent 15555b37c2
commit 1ef78dafb1
10 changed files with 47 additions and 15 deletions

View File

@@ -368,5 +368,5 @@ void TargetRegisterInspectorWindow::applyChanges() {
}
void TargetRegisterInspectorWindow::openHelpPage() {
QDesktopServices::openUrl(QUrl("https://bloom.oscillate.io/docs/register-inspection"));
QDesktopServices::openUrl(QUrl(QString::fromStdString(Paths::homeDomainName() + "/docs/register-inspection")));
}