diff --git a/googleanalytics.admin.inc b/googleanalytics.admin.inc
index 36454ef..b4da3ba 100644
--- a/googleanalytics.admin.inc
+++ b/googleanalytics.admin.inc
@@ -80,7 +80,9 @@ function googleanalytics_admin_settings_form($form_state) {
     '#title' => t('List of top-level domains'),
     '#type' => 'textarea',
     '#default_value' => variable_get('googleanalytics_cross_domains', ''),
-    '#description' => t('If you selected "Multiple top-level domains" above, enter all related top-level domains. Add one domain per line. By default, the data in your reports only includes the path and name of the page, and not the domain name. For more information see section <em>Show separate domain names</em> in <a href="http://www.google.com/support/analytics/bin/answer.py?answer=175538">Tracking multiple domains</a>.'),
+    '#description' => t('If you selected "Multiple top-level domains" above, enter all related top-level domains. Add one domain per line. By default, the data in your reports only includes the path and name of the page, and not the domain name. For more information see section <em>Show separate domain names</em> in !link.', array(
+      '!link' => l('Tracking multiple domains', 'https://developers.google.com/analytics/devguides/collection/gajs/gaTrackingSite'),
+    )),
   );
 
   // Page specific visibility configurations.
