diff --git a/sparkpost.admin.inc b/sparkpost.admin.inc
index 4a3bfcb..6acc172 100644
--- a/sparkpost.admin.inc
+++ b/sparkpost.admin.inc
@@ -192,10 +192,10 @@ function sparkpost_test_form_submit($form, &$form_state) {
   // warning:
   elseif ($mailsystem[$primary_config] != 'SparkpostMailSystem') {
     drupal_set_message(
-      t('Mail System is configured to send Sparkpost Test messages through %system, not Sparkpost. To send tests through Sparkpost, go to !link and change the setting.',
+      t('Mail System is configured to send Sparkpost Test messages through %system, not SparkpostMailSystem. To send tests through SparkpostMailSystem, go to !link and change the setting.',
         array(
           '%system' => $mailsystem['sparkpost_test'],
-          '!link' => l(t('Sparkpost'), 'https://sparkpostapp.com/templates'))),
+          '!link' => l(t('Mail System settings form'), 'admin/config/system/mailsystem'))),
       'warning');
     // Hack because we are apparently formatting the body differently than
     // default drupal messages.
