Same name and namespace in other branches
  1. 6.x modules/update/update.module \UPDATE_DEFAULT_URL

URL to check for updates, if a given project doesn't define its own.

1 use of UPDATE_DEFAULT_URL
_update_get_fetch_url_base in modules/update/update.fetch.inc
Returns the base of the URL to fetch available update data for a project.

File

modules/update/update.module, line 17
Handles updates of Drupal core and contributed projects.

Code

define('UPDATE_DEFAULT_URL', 'https://updates.drupal.org/release-history');