diff --git a/role_help.install b/role_help.install
index e184b65..4932ba4 100644
--- a/role_help.install
+++ b/role_help.install
@@ -43,5 +43,5 @@ function role_help_schema() {
  * Display a welcome message with link to get started.
  */
 function role_help_install() {
-  drupal_set_message(st('Role Help has been installed. You can add descriptions to a role when you edit it.'));
+  drupal_set_message(st('Role Help has been installed. You can add descriptions to a role when you edit it, and add descriptions for the anonymous and authenticated user roles in the !settings page.', array('!settings' => l('Role help settings', 'admin/config/people/role_help'))));
 }
diff --git a/role_help.module b/role_help.module
index 2db2b19..acd49d7 100644
--- a/role_help.module
+++ b/role_help.module
@@ -30,7 +30,7 @@ function role_help_help($path = '', $arg) {
 <li>set descriptions for the anonymous and authenticated roles on the <a href="@admin-role-help-page">role help settings page</a>.</li>
 <li>set the input format for all role help text on the <a href="@admin-role-help-page">role help settings page</a>.</li></ul>',
         array(
-        '@admin-roles-page' => url('admin/user/roles'),
+        '@admin-roles-page' => url('admin/people/permissions/roles'),
         '@admin-role-help-page' => url('admin/config/people/role_help'),
       )) . '';
       return $output;
