From 35e13ec7efb1b1e1fa0e42f5c1a96b25a47d08d6 Mon Sep 17 00:00:00 2001
From: kotnik <kotnik@16132.no-reply.drupal.org>
Date: Tue, 3 Jan 2012 16:45:21 +0100
Subject: [PATCH] - Patch #1377544 by kotnik: Remove dead links from
 hook_update_N documentation.

---
 core/modules/system/system.api.php |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/core/modules/system/system.api.php b/core/modules/system/system.api.php
index e8026e6..045f0ad 100644
--- a/core/modules/system/system.api.php
+++ b/core/modules/system/system.api.php
@@ -2733,8 +2733,8 @@ function hook_schema_alter(&$schema) {
 /**
  * Perform alterations to a structured query.
  *
- * Structured (aka dynamic) queries that have tags associated may be altered by any module
- * before the query is executed.
+ * Structured (aka dynamic) queries that have tags associated may be altered by
+ * any module before the query is executed.
  *
  * @param $query
  *   A Query object describing the composite parts of a SQL query.
@@ -2874,14 +2874,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.
@@ -2892,7 +2889,8 @@ function hook_install() {
  * information between successive calls, and the $sandbox['#finished'] value
  * to provide feedback regarding completion level.
  *
- * See the batch operations page for more information on how to use the batch API:
+ * See the batch operations page for more information on how to use the batch
+ * API:
  * @link http://drupal.org/node/180528 http://drupal.org/node/180528 @endlink
  *
  * @param $sandbox
@@ -3471,9 +3469,9 @@ function hook_action_info_alter(&$actions) {
 /**
  * Declare archivers to the system.
  *
- * An archiver is a class that is able to package and unpackage one or more files
- * into a single possibly compressed file.  Common examples of such files are
- * zip files and tar.gz files.  All archiver classes must implement
+ * An archiver is a class that is able to package and unpackage one or more
+ * files into a single possibly compressed file.  Common examples of such files
+ * are zip files and tar.gz files.  All archiver classes must implement
  * ArchiverInterface.
  *
  * Each entry should be keyed on a unique value, and specify three
-- 
1.7.8.4

