summaryrefslogtreecommitdiff
path: root/modules/path/path.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-08-07 15:04:16 +0000
committerDries Buytaert <dries@buytaert.net>2006-08-07 15:04:16 +0000
commit729fa6c11b604dc549fb8385a03fb9af28ca68d3 (patch)
treea88802317b1d79f9fd037e7c978ae4b1a0068e30 /modules/path/path.module
parentbda6fa2b715199e4f9b25b3bfcd926e10d33a89c (diff)
downloadbrdo-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.module6
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 &gt;&gt; url aliases &gt;&gt; add alias</a>.</li>
-<li>administer the list of URL aliases: <a href="%admin-path">administer &gt;&gt; url aliases</a>.</li>
+<li>add a URL alias: <a href="%admin-path-add">administer &gt;&gt; site building &gt;&gt; url aliases &gt;&gt; add alias</a>.</li>
+<li>administer the list of URL aliases: <a href="%admin-path">administer &gt;&gt; site building &gt;&gt; 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 &gt;&gt; settings &gt;&gt; clean URLs</a>.</li>
+<li>enable clean url\'s to remove the =? at <a href="%admin-clean-url-settings">administer &gt;&gt; site configuration &gt;&gt; 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>';