From 3603fe1bd8e3370c0ae86b557f2a08c77fd48efb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Feb 2006 18:46:54 +0000 Subject: - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.) --- modules/path/path.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index 004f647d6..ca8cf7612 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -32,7 +32,7 @@ function path_help($section) {
  • enable clean url\'s to remove the =? at administer >> settings.
  • ', array('%admin-path-add' => url('admin/path/add'), '%admin-path' => url('admin/path'), '%external-http-drupal-org-node-15365' => 'http://drupal.org/node/15365', '%admin-settings' => url('admin/settings'))); - $output .= '

    '. t('For more information please read the configuration and customization handbook Path page.', array('%path' => 'http://www.drupal.org/handbook/modules/path/')) .'

    '; + $output .= '

    '. t('For more information please read the configuration and customization handbook Path page.', array('%path' => 'http://drupal.org/handbook/modules/path/')) .'

    '; return $output; case 'admin/modules#description': return t('Allows users to rename URLs.'); -- cgit v1.2.3