Index: jquery_ui.install
===================================================================
--- jquery_ui.install	(revision 3)
+++ jquery_ui.install	(working copy)
@@ -31,7 +31,7 @@
     $requirements['jquery_ui']['value'] = $t('Not found');
     // Provide a download link to the jQuery UI development bundle. The provided
     // link will list the latest 1.6.x build.
-    $requirements['jquery_ui']['description'] = $t('The <a href="@jqueryui">jQuery UI</a> plugin is missing. <a href="@download">Download</a> and extract it to your <em>jquery_ui</em> module directory. See <a href="@readme">README.txt</a> for more info.', array('@jqueryui' => 'http://jqueryui.com', '@download' => 'http://code.google.com/p/jquery-ui/downloads/list?can=3&q=1.6', '@readme' => url(drupal_get_path('module', 'jquery_ui') . '/README.txt')));
+    $requirements['jquery_ui']['description'] = $t('The <a href="@jqueryui">jQuery UI</a> plugin is missing. <a href="@download">Download</a> and extract it to your <em>jquery_ui</em> module directory. See <a href="@readme">README.txt</a> for more info.', array('@jqueryui' => 'http://jqueryui.com', '@download' => 'http://code.google.com/p/jquery-ui/downloads/list?can=1&q=1.6', '@readme' => url(drupal_get_path('module', 'jquery_ui') . '/README.txt')));
     $requirements['jquery_ui']['severity'] = REQUIREMENT_ERROR;
   }
 
Index: README.txt
===================================================================
--- README.txt	(revision 3)
+++ README.txt	(working copy)
@@ -27,7 +27,7 @@
 
 * Download the latest jQuery UI 1.6 development package from:
 
-    http://code.google.com/p/jquery-ui/downloads/list?can=3&q=1.6
+    http://code.google.com/p/jquery-ui/downloads/list?can=1&q=1.6
 
 * Extract it as a sub-directory called 'jquery.ui' in the jquery_ui folder:
 
@@ -48,7 +48,7 @@
 
 * Download the latest jQuery UI 1.7 development package from:
 
-    http://code.google.com/p/jquery-ui/downloads/list?can=3&q=1.7
+    http://code.google.com/p/jquery-ui/downloads/list?can=1&q=1.7
 
 * Replace the old jQuery UI folder with the 1.7 package at:
 
