From 3afb626ed60587743be11ea9ea972a74758df1f9 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] hook_update_N documentation uses dead links

Removing dead links on Drupal.org API documentation. This patch replaces them with the link with information needed.
---
 core/modules/system/system.api.php |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/core/modules/system/system.api.php b/core/modules/system/system.api.php
index e377a9d..6f28403 100644
--- a/core/modules/system/system.api.php
+++ b/core/modules/system/system.api.php
@@ -2872,16 +2872,13 @@ function hook_install() {
  *     and 62XX updates, but not 61XX updates, because those reside in the
  *     6.x-1.x branch only.
  *
- * 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.
+ * 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.
-- 
1.7.8.1

