diff --git a/modules/system/classes/UpdateManager.php b/modules/system/classes/UpdateManager.php index 2da60e101..ee360bb85 100644 --- a/modules/system/classes/UpdateManager.php +++ b/modules/system/classes/UpdateManager.php @@ -820,7 +820,7 @@ class UpdateManager */ protected function createServerUrl($uri) { - $gateway = Config::get('cms.updateServer', 'http://octobercms.com/api'); + $gateway = Config::get('cms.updateServer', 'http://gateway.octobercms.com/api'); if (substr($gateway, -1) != '/') { $gateway .= '/'; }