diff --git a/seochecklist.install b/seochecklist.install
index 6746a49..552aa40 100644
--- a/seochecklist.install
+++ b/seochecklist.install
@@ -358,3 +358,12 @@ function seochecklist_update_6207() {
   $ret[] = db_query("INSERT INTO {seo_checklist} (id, group_id, name, module, download, enable, configure, order_id) VALUES (56, 12, 'Authcache Module', 'authcache', 'http://drupal.org/project/authcache', 'admin/modules', '', 3)");
   //return $ret;
 }
+
+/**
+ * Issue 1109608: Link to Submit your XML Sitemap to Bing no longer works
+ */
+function seochecklist_update_6208() {
+  $ret = array();
+  $ret[] = update_sql("UPDATE {seo_checklist} SET name = 'Submit your XML Sitemap to Bing - <a href=\"http://www.bing.com/webmaster/WebmasterAddSitesPage.aspx\">http://www.bing.com/webmaster/WebmasterAddSitesPage.aspx</a>', order_id = 21 WHERE id = 28");
+  return $ret;
+}
