diff --git a/pglab/About.cpp b/pglab/About.cpp index 75c1b84..fd076f2 100644 --- a/pglab/About.cpp +++ b/pglab/About.cpp @@ -8,7 +8,7 @@ void ShowAboutDialog(QWidget *parent) { QString pgLabVersionString = "0.2"; - QString releaseNotesUrl = "file:///" + QCoreApplication::applicationDirPath() + "\\releasenotes.html"; + QString releaseNotesUrl = "https://eelke.gitlab.io/pgLab/releasenotes.html"; QString year = QString::fromLatin1(__DATE__, 11).right(4); QMessageBox::about(parent, "pgLab", QMessageBox::tr( "