diff --git a/upload/ajax/sitemap.php b/upload/ajax/sitemap.php
index a0c3806bd..b5aa40e2a 100644
--- a/upload/ajax/sitemap.php
+++ b/upload/ajax/sitemap.php
@@ -55,7 +55,7 @@ switch ($mode)
if ($map->send_url("http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap=", $map_link)) {
$html .= '
'.$lang['SITEMAP_NOTIFY_SEARCH'].' Yahoo: '.$lang['SITEMAP_SENT'].'';
} else {
- $html .= '
'.$lang['SITEMAP_NOTIFY_SEARCH'].' Yahoo: '.$lang['SITEMAP_ERROR'].' URL: http://rpc.weblogs.com/pingSiteForm?name=InfraBlog&url='.$map_link.'';
+ $html .= '
'.$lang['SITEMAP_NOTIFY_SEARCH'].' Yahoo: '.$lang['SITEMAP_ERROR'].' URL: http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap='.$map_link.'';
}
break;
}