Updated URL.

This commit is contained in:
leozide 2017-02-08 17:58:49 -08:00
parent 02a4ba4fc6
commit 9a2f4c6678

View file

@ -143,7 +143,7 @@ void lcQUpdateDialog::replyFinished(QNetworkReply *reply)
if (updateAvailable)
{
status += tr("<p>Visit <a href=\"http://www.leocad.org/files/\">http://www.leocad.org/files/</a> to download.</p>");
status += tr("<p>Visit <a href=\"https://github.com/leozide/leocad/releases\">https://github.com/leozide/leocad/releases</a> to download.</p>");
}
ui->status->setText(status);