diff --git amazon.install amazon.install
index 47e1e5b..cecca7b 100644
--- amazon.install
+++ amazon.install
@@ -41,11 +41,11 @@ function amazon_requirements($phase) {
   $api_key = variable_get('amazon_aws_access_key', "");
   $requirement = array();
   if (empty($secret_access_key) || empty($api_key)) {
-    drupal_set_message(t("The Amazon API must be configured with an Access Key ID and an Amazon AWS Secret Access Key to function. Go to !settings.", array("!settings" => l(t("Amazon API Setttings"), 'admin/config/amazon'))));
+    drupal_set_message(t("The Amazon API must be configured with an Access Key ID and an Amazon AWS Secret Access Key to function. Go to !settings.", array("!settings" => l(t("Amazon API Setttings"), 'admin/config/amazon_settings/amazon'))));
     $requirement['title'] = t("Amazon AWS Secret Access Key");
     $requirement['severity'] = REQUIREMENT_WARNING;
     $requirement['value'] = t("Not Set");
-    $requirement['description'] = t("The Amazon API must be configured with an Access Key ID and an Amazon AWS Secret Access Key to function. Go to !settings.", array("!settings" => l(t("Amazon API Setttings"), 'admin/config/amazon')));
+    $requirement['description'] = t("The Amazon API must be configured with an Access Key ID and an Amazon AWS Secret Access Key to function. Go to !settings.", array("!settings" => l(t("Amazon API Setttings"), 'admin/config/amazon_settings/amazon')));
     return array('amazon_aws_secret_access_key', $requirement);
   }
 
