summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-03-26 11:28:49 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-03-26 11:28:49 -0700
commit4fb8e143a321f0fd689db87162cecfae029b0f24 (patch)
tree8e96a2bdb28eb01bc6e5668064d621560e8596aa /modules/search
parente224129315a72d5e42ccf889bdf9c66b44775d34 (diff)
downloadbrdo-4fb8e143a321f0fd689db87162cecfae029b0f24.tar.gz
brdo-4fb8e143a321f0fd689db87162cecfae029b0f24.tar.bz2
Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pages
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search.module b/modules/search/search.module
index 33cd77eae..910cb6520 100644
--- a/modules/search/search.module
+++ b/modules/search/search.module
@@ -68,7 +68,7 @@ function search_help($path, $arg) {
case 'admin/help#search':
$output = '';
$output .= '<h3>' . t('About') . '</h3>';
- $output .= '<p>' . t('The Search module provides the ability to index and search for content by exact keywords, and for users by username or e-mail. For more information, see the online handbook entry for <a href="@search-module">Search module</a>.', array('@search-module' => 'http://drupal.org/handbook/modules/search/', '@search' => url('search'))) . '</p>';
+ $output .= '<p>' . t('The Search module provides the ability to index and search for content by exact keywords, and for users by username or e-mail. For more information, see the online handbook entry for <a href="@search-module">Search module</a>.', array('@search-module' => 'http://drupal.org/documentation/modules/search/', '@search' => url('search'))) . '</p>';
$output .= '<h3>' . t('Uses') . '</h3>';
$output .= '<dl>';
$output .= '<dt>' . t('Searching content and users') . '</dt>';