diff --git a/core/modules/forum/forum.module b/core/modules/forum/forum.module index 551b92b48243..21c4d2e5e478 100644 --- a/core/modules/forum/forum.module +++ b/core/modules/forum/forum.module @@ -48,7 +48,8 @@ function forum_help($path, $arg) { $output = '
' . t('Forums contain forum topics. Use containers to group related forums.') . '
'; $more_help_link = array( '#type' => 'link', - '#href' => 'admin/help/forum', + '#route_name' => 'help.page', + '#route_parameters' => array('name' => 'forum'), '#title' => t('More help'), ); $container = array(