diff --git a/sites/all/modules/unl/unl.module b/sites/all/modules/unl/unl.module
index ff3397ffca03bb5bbd5a7b16a53353f8ea59e5e2..f14966b5ae943ae13f6b3b23ce422c9641a747ce 100644
--- a/sites/all/modules/unl/unl.module
+++ b/sites/all/modules/unl/unl.module
@@ -376,11 +376,13 @@ function unl_preprocess_page(&$vars) {
                           <li><a href="http://unlcms.unl.edu/community">Users Group</a>, the second Tuesday of each month at 3:00pm in Nebraska Union</li>
                           <li><a href="http://wdn.unl.edu/help/irc.shtml">WDN Chat Room</a></li></ul>
                       <p>Below are help topics automatically generated by Drupal.</p><hr />';
+      break;
     case 'admin/modules':
       if (!unl_user_is_administrator()) {
         // Changed here rather than using hook_help because the later merely appends to the existing text.
-        $vars['page']['help']['system_help']['#markup'] = '<p>Not all modules can be turned on/off. If you have questions about modules on this page or modules not yet part of the UNL project contact an administrator.</p>';
+        $vars['page']['help']['system_help']['#markup'] = '<p>Not all modules can be turned on/off. If you have questions about modules on this page or modules not yet part of the UNL project <a href="user/unl/technical_feedback">contact an administrator</a>.</p>';
       }
+      break;
   }
 }