summaryrefslogtreecommitdiff
path: root/modules/forum
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/forum
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/forum')
-rw-r--r--modules/forum/forum.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index 472efd1f7..8389a58ed 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -23,7 +23,7 @@ function forum_help($path, $arg) {
$output .= '</ul>';
$output .= '</ul>';
$output .= '</ul>';
- $output .= '<p>' . t('For more information, see the online handbook entry for <a href="@forum">Forum module</a>.', array('@forum' => 'http://drupal.org/handbook/modules/forum')) . '</p>';
+ $output .= '<p>' . t('For more information, see the online handbook entry for <a href="@forum">Forum module</a>.', array('@forum' => 'http://drupal.org/documentation/modules/forum')) . '</p>';
$output .= '<h3>' . t('Uses') . '</h3>';
$output .= '<dl>';
$output .= '<dt>' . t('Setting up forum structure') . '</dt>';