Update help URLs and remove unneeded links (#1520)

This commit is contained in:
Terry Michaels
2021-06-23 14:42:33 -05:00
committed by GitHub
parent 47a83f4f15
commit 1e457928f5
120 changed files with 128 additions and 332 deletions
+2 -2
View File
@@ -81,12 +81,12 @@ void CAboutDialog::mouseReleaseEvent(QMouseEvent* event)
void CAboutDialog::OnCustomerAgreement()
{
QDesktopServices::openUrl(QUrl(QStringLiteral("http://aws.amazon.com/agreement/")));
QDesktopServices::openUrl(QUrl(QStringLiteral("https://lfprojects.org/policies/terms-of-use/")));
}
void CAboutDialog::OnPrivacyNotice()
{
QDesktopServices::openUrl(QUrl(QStringLiteral("http://aws.amazon.com/privacy/")));
QDesktopServices::openUrl(QUrl(QStringLiteral("https://lfprojects.org/policies/privacy-policy/")));
}
#include <moc_AboutDialog.cpp>