From b95cbfb732fafa8998b06de853c57a42c53e15e2 Mon Sep 17 00:00:00 2001
From: kotnik <kotnik@16132.no-reply.drupal.org>
Date: Tue, 20 Dec 2011 15:51:39 +0100
Subject: [PATCH] hook_update_N documentation uses dead links

Removing dead links on Drupal.org:

http://drupal.org/node/93999 (Overview of contributions branches and tags)
http://drupal.org/handbook/cvs/releases</li></ul>

This patch replaces them with the link with information needed.
---
 core/modules/system/system.api.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/core/modules/system/system.api.php b/core/modules/system/system.api.php
index 872b002..798cf27 100644
--- a/core/modules/system/system.api.php
+++ b/core/modules/system/system.api.php
@@ -2879,8 +2879,7 @@ function hook_install() {
  *
  * 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
+ * - @link http://drupal.org/node/711070 (Maintaining a drupal.org project with Git) @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
-- 
1.7.5.4

