diff options
Diffstat (limited to 'modules/path.module')
-rw-r--r-- | modules/path.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path.module b/modules/path.module index 004f647d6..ca8cf7612 100644 --- a/modules/path.module +++ b/modules/path.module @@ -32,7 +32,7 @@ function path_help($section) { <li>enable clean url\'s to remove the =? at <a href="%admin-settings">administer >> settings</a>.</li> </ul> ', 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 .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%path">Path page</a>.', array('%path' => 'http://www.drupal.org/handbook/modules/path/')) .'</p>'; + $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%path">Path page</a>.', array('%path' => 'http://drupal.org/handbook/modules/path/')) .'</p>'; return $output; case 'admin/modules#description': return t('Allows users to rename URLs.'); |