- Patch #615226 by casey: updating links.

merge-requests/26/head
Dries Buytaert 2010-02-27 07:45:22 +00:00
parent 1a817fd2f8
commit 890ee7f45f
1 changed files with 2 additions and 2 deletions

View File

@ -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(),