Skip to content

Commit

Permalink
MainWindow: Updating endpoint URL for updates bar
Browse files Browse the repository at this point in the history
  • Loading branch information
simsekgokhan committed Aug 16, 2020
1 parent cd02e61 commit 5c16132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robomongo/gui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ namespace Robomongo
dbVersionsConnected.chop(1);

// softwareId=8: Robomongo product ID
QUrl url("https://dev.3t.io/check.php?os=" + OS + "&softwareId=8&softwareVersion=" +
QUrl url("https://updates.3t.io/check.php?os=" + OS + "&softwareId=8&softwareVersion=" +
QString(PROJECT_VERSION) + "&licenseInfo=FREE&setup=" + settings->anonymousID() +
"&dbVersionsConnected=" + dbVersionsConnected + "&notify=true#");

Expand Down

0 comments on commit 5c16132

Please sign in to comment.