diff options
Diffstat (limited to 'modules/path/path.module')
-rw-r--r-- | modules/path/path.module | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/path/path.module b/modules/path/path.module index 66a7a146c..2415ff6de 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -26,10 +26,10 @@ function path_help($section) { $output .= t('<p>You can</p> <ul> <li>set the path for a post with the path module.</li> -<li>add a URL alias: <a href="%admin-path-add">administer >> url aliases >> add alias</a>.</li> -<li>administer the list of URL aliases: <a href="%admin-path">administer >> url aliases</a>.</li> +<li>add a URL alias: <a href="%admin-path-add">administer >> site building >> url aliases >> add alias</a>.</li> +<li>administer the list of URL aliases: <a href="%admin-path">administer >> site building >> url aliases</a>.</li> <li>read how to <a href="%external-http-drupal-org-node-15365">configure clean URLs</a> for your webserver. -<li>enable clean url\'s to remove the =? at <a href="%admin-clean-url-settings">administer >> settings >> clean URLs</a>.</li> +<li>enable clean url\'s to remove the =? at <a href="%admin-clean-url-settings">administer >> site configuration >> clean URLs</a>.</li> </ul> ', array('%admin-path-add' => url('admin/build/path/add'), '%admin-path' => url('admin/build/path'), '%external-http-drupal-org-node-15365' => 'http://drupal.org/node/15365', '%admin-clean-url-settings' => url('admin/settings/clean-urls'))); $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>'; |