diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index b4e6f82fde..6bb4a20095 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -151,7 +151,7 @@ static QTimer* billboardPacketTimer = NULL; static QTimer* checkFPStimer = NULL; static QTimer* idleTimer = NULL; -const QString CHECK_VERSION_URL = "https://highfidelity.io/latestVersion.xml"; +const QString CHECK_VERSION_URL = "https://highfidelity.com/latestVersion.xml"; const QString SKIP_FILENAME = QStandardPaths::writableLocation(QStandardPaths::DataLocation) + "/hifi.skipversion"; const QString DEFAULT_SCRIPTS_JS_URL = "http://s3.amazonaws.com/hifi-public/scripts/defaultScripts.js";