summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-27 07:45:22 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-27 07:45:22 +0000
commit890ee7f45f8216f20093c81513eff6a025b8dc78 (patch)
tree2ceb547144e06059fcf9bb192af6d6bd4ad8cf6a /modules
parent1a817fd2f8be7bee18f455e65ca7f3f10ae5d633 (diff)
downloadbrdo-890ee7f45f8216f20093c81513eff6a025b8dc78.tar.gz
brdo-890ee7f45f8216f20093c81513eff6a025b8dc78.tar.bz2
- Patch #615226 by casey: updating links.
Diffstat (limited to 'modules')
-rw-r--r--modules/overlay/overlay.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/overlay/overlay.module b/modules/overlay/overlay.module
index 4bfa91743..fc44f2ef0 100644
--- a/modules/overlay/overlay.module
+++ b/modules/overlay/overlay.module
@@ -140,7 +140,7 @@ function overlay_library() {
// Overlay parent.
$libraries['parent'] = array(
'title' => 'Overlay: Parent',
- 'website' => 'http://drupal.org/node/517688',
+ 'website' => 'http://drupal.org/handbook/modules/overlay',
'version' => '1.0',
'js' => array(
$module_path . '/overlay-parent.js' => array(),
@@ -156,7 +156,7 @@ function overlay_library() {
// Overlay child.
$libraries['child'] = array(
'title' => 'Overlay: Child',
- 'website' => 'http://drupal.org/node/517688',
+ 'website' => 'http://drupal.org/handbook/modules/overlay',
'version' => '1.0',
'js' => array(
$module_path . '/overlay-child.js' => array(),