diff --git a/README.txt b/README.txt
index 8f0e7ba..c2fd993 100755
--- a/README.txt
+++ b/README.txt
@@ -73,7 +73,7 @@ Installation
      
   * Google Analytics Service
     - Requires the Google Analytics module in order to collect analytics info.
-    - Requires the Google Analytics API module in order to connect with Google.
+    - Requires the Google Analytics Reports module in order to connect with Google.
          
   * AddThis.com
     - Requires the AddThis module in order to add an AddThis widget on every page.
diff --git a/modules/mostpopular_ga/mostpopular_ga.module b/modules/mostpopular_ga/mostpopular_ga.module
index faadcd9..fda6bc4 100755
--- a/modules/mostpopular_ga/mostpopular_ga.module
+++ b/modules/mostpopular_ga/mostpopular_ga.module
@@ -80,7 +80,7 @@ function mostpopular_ga_mostpopular_service($op, $delta = 0, $options = array())
               if (user_access('administer Google Analytics settings')) {
                 drupal_set_message(t('You must authenticate with the Google Analytics API'), 'error');
                 watchdog('mostpopular_ga', 'You must authenticate with the Google Analytics API', NULL, 
-                  WATCHDOG_WARNING, l('Authenticate', 'admin/settings/google-analytics-api'));
+                  WATCHDOG_WARNING, l('Authenticate', 'admin/settings/google-analytics-reports'));
               }
               // Otherwise, the user must set the appropriate permissions.
               else {
@@ -92,13 +92,13 @@ function mostpopular_ga_mostpopular_service($op, $delta = 0, $options = array())
 "You must have the %perm permission to pull data from Google Analytics.
 <p>This is necessary in order to use the Google Analytics Drupal Most Popular service.</p>
 <p>To run cron as an anonymous user, grant the %perm permission to anonymous users.  
-Despite its name, this is safe, at least for the <a href='!download_url'>%version version</a> of the <a href='!gapi_url'>google_analytics_api</a> module.</p>
+Despite its name, this is safe, at least for the <a href='!download_url'>%version version</a> of the <a href='!gapi_url'>Google Analytics Reports</a> module.</p>
 <p>Otherwise, you can create a new user and role for the cron script, give it the %perm permission, and <a href='!cron_url'>run cron as this user</a>.", 
                   array(
                     '%perm' => 'administer Google Analytics settings',
                     '%version' => '6.x-1.0-alpha1',
                     '!download_url' => 'http://drupal.org/node/557406',
-                    '!gapi_url' => 'http://drupal.org/project/google_analytics_api',
+                    '!gapi_url' => 'http://drupal.org/project/google_analytics_reports',
                     '!cron_url' => 'http://drupal.org/cron',
                   ), WATCHDOG_WARNING, l('Assign Permissions', 'admin/user/permissions'));
               }
@@ -170,7 +170,7 @@ Despite its name, this is safe, at least for the <a href='!download_url'>%versio
         '#type' => 'fieldset',
         '#title' => t('Authenticate with Google'),
         '#description' => l(t('Click here to authenticate and select a Google Analytics site to monitor.'),
-          'admin/settings/google-analytics-api', array(
+          'admin/settings/google-analytics-reports', array(
             'query' => drupal_get_destination()
           )),
       );
