You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by ad...@apache.org on 2013/12/08 20:48:42 UTC

svn commit: r1549158 - /steve/site/trunk/lib/view.pm

Author: adc
Date: Sun Dec  8 19:48:41 2013
New Revision: 1549158

URL: http://svn.apache.org/r1549158
Log:
steve not tomee

Modified:
    steve/site/trunk/lib/view.pm

Modified: steve/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/steve/site/trunk/lib/view.pm?rev=1549158&r1=1549157&r2=1549158&view=diff
==============================================================================
--- steve/site/trunk/lib/view.pm (original)
+++ steve/site/trunk/lib/view.pm Sun Dec  8 19:48:41 2013
@@ -299,7 +299,7 @@ sub sitemapxml {
         $link =~ s,^//,,;
 
         $content .= "    <url>\n";
-        $content .= "        <loc>http://tomee.apache.org/$link</loc>\n";
+        $content .= "        <loc>http://steve.apache.org/$link</loc>\n";
 
         if ($link =~ m/tomcat/) {
             $content .= "        <priority>0.8</priority>\n";