diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-08-07 15:04:16 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-08-07 15:04:16 +0000 |
commit | 729fa6c11b604dc549fb8385a03fb9af28ca68d3 (patch) | |
tree | a88802317b1d79f9fd037e7c978ae4b1a0068e30 /modules/path/path.module | |
parent | bda6fa2b715199e4f9b25b3bfcd926e10d33a89c (diff) | |
download | brdo-729fa6c11b604dc549fb8385a03fb9af28ca68d3.tar.gz brdo-729fa6c11b604dc549fb8385a03fb9af28ca68d3.tar.bz2 |
- Patch #77422 by timcn: corrected various paths in the documentation.
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>'; |