diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-13 01:30:20 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-13 01:30:20 +0000 |
commit | 21ca575b476575d27c7c3fbd94d3a29536712ae5 (patch) | |
tree | 33e01bc504af4003d487b336edee1b1260365f1e | |
parent | 8c89469d209cfa5052e3ca3c0338a4ca69d538e7 (diff) | |
download | brdo-21ca575b476575d27c7c3fbd94d3a29536712ae5.tar.gz brdo-21ca575b476575d27c7c3fbd94d3a29536712ae5.tar.bz2 |
#937564 by duellj: Fix link to batch operations page in API docs.
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 2e420dc6f..f428951e3 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -2871,7 +2871,7 @@ function hook_install() { * to provide feedback regarding completion level. * * See the batch operations page for more information on how to use the batch API: - * @link http://drupal.org/node/146843 http://drupal.org/node/146843 @endlink + * @link http://drupal.org/node/180528 http://drupal.org/node/180528 @endlink * * @throws DrupalUpdateException, PDOException * In case of error, update hooks should throw an instance of DrupalUpdateException |