summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-02-21 18:46:54 +0000
committerDries Buytaert <dries@buytaert.net>2006-02-21 18:46:54 +0000
commit3603fe1bd8e3370c0ae86b557f2a08c77fd48efb (patch)
tree5029d29617b7f6be051df5a7b4b2f46d6a0bf1ec /modules/path
parente172910dd350f94522a85beb3fefe925b92e10e3 (diff)
downloadbrdo-3603fe1bd8e3370c0ae86b557f2a08c77fd48efb.tar.gz
brdo-3603fe1bd8e3370c0ae86b557f2a08c77fd48efb.tar.bz2
- Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)
Diffstat (limited to 'modules/path')
-rw-r--r--modules/path/path.module2
1 files changed, 1 insertions, 1 deletions
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) {
<li>enable clean url\'s to remove the =? at <a href="%admin-settings">administer &gt;&gt; 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.');