diff --git a/toonz/sources/toonz/mainwindow.cpp b/toonz/sources/toonz/mainwindow.cpp index cde55056..8b079e74 100644 --- a/toonz/sources/toonz/mainwindow.cpp +++ b/toonz/sources/toonz/mainwindow.cpp @@ -1437,7 +1437,7 @@ extern const char *applicationVersion; void MainWindow::checkForUpdates() { // Since there is only a single version of Tahoma, we can do a simple check // against a string - QString updateUrl("https://tahoma2d.org/files/tahoma-version.txt"); + QString updateUrl("http://tahoma2d.org/files/tahoma-version.txt"); m_updateChecker = new UpdateChecker(updateUrl); connect(m_updateChecker, SIGNAL(done(bool)), this,