diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-27 07:45:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-27 07:45:22 +0000 |
commit | 890ee7f45f8216f20093c81513eff6a025b8dc78 (patch) | |
tree | 2ceb547144e06059fcf9bb192af6d6bd4ad8cf6a | |
parent | 1a817fd2f8be7bee18f455e65ca7f3f10ae5d633 (diff) | |
download | brdo-890ee7f45f8216f20093c81513eff6a025b8dc78.tar.gz brdo-890ee7f45f8216f20093c81513eff6a025b8dc78.tar.bz2 |
- Patch #615226 by casey: updating links.
-rw-r--r-- | modules/overlay/overlay.module | 4 |
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(), |