mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Updated URL.
This commit is contained in:
parent
02a4ba4fc6
commit
9a2f4c6678
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue