summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
diff options
context:
space:
mode:
authorDries <dries@buytaert.net>2012-01-27 10:26:07 -0500
committerDries <dries@buytaert.net>2012-01-27 10:26:07 -0500
commit3b1050aecd474a09108d172c31b0838a0614087e (patch)
tree6a4084a30e8db756655280c411c19a52b1dd5a39 /modules/system/system.api.php
parent89b7752334ea5e446d73ff41df6edc42bf2d5b5d (diff)
downloadbrdo-3b1050aecd474a09108d172c31b0838a0614087e.tar.gz
brdo-3b1050aecd474a09108d172c31b0838a0614087e.tar.bz2
- Patch #1377544 by kotnik: hook_update_N documentation uses dead links.
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r--modules/system/system.api.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index b2ae3192f..7beb8b37f 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -3238,14 +3238,11 @@ function hook_install() {
*
* A good rule of thumb is to remove updates older than two major releases of
* Drupal. See hook_update_last_removed() to notify Drupal about the removals.
+ * For further information about releases and release numbers see:
+ * @link http://drupal.org/node/711070 Maintaining a drupal.org project with Git @endlink
*
* Never renumber update functions.
*
- * Further information about releases and release numbers:
- * - @link http://drupal.org/handbook/version-info http://drupal.org/handbook/version-info @endlink
- * - @link http://drupal.org/node/93999 http://drupal.org/node/93999 @endlink (Overview of contributions branches and tags)
- * - @link http://drupal.org/handbook/cvs/releases http://drupal.org/handbook/cvs/releases @endlink
- *
* Implementations of this hook should be placed in a mymodule.install file in
* the same directory as mymodule.module. Drupal core's updates are implemented
* using the system module as a name and stored in database/updates.inc.