You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by li...@apache.org on 2008/10/30 01:28:18 UTC

svn commit: r709056 - /incubator/shindig/trunk/features/analytics/feature.xml

Author: lindner
Date: Wed Oct 29 17:28:18 2008
New Revision: 709056

URL: http://svn.apache.org/viewvc?rev=709056&view=rev
Log:
SHINDIG-666 - should fix the 404 issue

Modified:
    incubator/shindig/trunk/features/analytics/feature.xml

Modified: incubator/shindig/trunk/features/analytics/feature.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/analytics/feature.xml?rev=709056&r1=709055&r2=709056&view=diff
==============================================================================
--- incubator/shindig/trunk/features/analytics/feature.xml (original)
+++ incubator/shindig/trunk/features/analytics/feature.xml Wed Oct 29 17:28:18 2008
@@ -20,7 +20,7 @@
   <name>analytics</name>
   <dependency>core</dependency>
   <gadget>
-    <script src="http://www.google.com/ig/lib/liburchin.js"/>
+    <script src="http://www.google-analytics.com/urchin.js"/>
     <script src="http://www.google.com/ig/lib/libanalytics.js"/>
   </gadget>
 </feature>