update locations
authorDan Vanderkam <danvk@google.com>
Mon, 29 Nov 2010 22:30:47 +0000 (17:30 -0500)
committerDan Vanderkam <danvk@google.com>
Mon, 29 Nov 2010 22:30:47 +0000 (17:30 -0500)
README
dygraph-combined.js
dygraph.js
gadget.xml

diff --git a/README b/README
index e800692..f219587 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,7 @@
 dygraphs JavaScript charting library
 Copyright (c) 2006-, Dan Vanderkam.
 
+Documentation: http://dygraphs.com/
 Support: http://groups.google.com/group/dygraphs-users
 Source: http://github.com/danvk/dygraphs
 Issues: http://code.google.com/p/dygraphs/
@@ -19,7 +20,7 @@ Features
 - Compatible with the Google Visualization API
 
 Demo
-For a gallery and documentation, see http://danvk.org/dygraphs/
+For a gallery and documentation, see http://dygraphs.com/
 
 Minimal Example
 <html>
index d051df1..e6380de 100644 (file)
@@ -1,5 +1,5 @@
 This is not the file you are looking for.
-A reasonably up-to-date version can be found at http://danvk.org/dygraphs/dygraph-combined.js
+A reasonably up-to-date version can be found at http://dygraphs.com/dygraph-combined.js
 
 dygraph-combined.js is a "packed" version of the larger dygraphs JS files. It is
 smaller and loads more quickly, but is harder to debug.
index e28c273..1ed103c 100644 (file)
@@ -37,7 +37,7 @@
 
  And error bars will be calculated automatically using a binomial distribution.
 
- For further documentation and examples, see http://www.danvk.org/dygraphs
+ For further documentation and examples, see http://dygraphs.com/
 
  */
 
index 3cca999..83a793c 100644 (file)
@@ -6,7 +6,7 @@
       description="Interactive, zoomable chart"
       author="Dan Vanderkam"
       author_email="danvdk@gmail.com"
-      thumbnail="http://danvk.org/dygraphs/thumbnail.png"
+      thumbnail="http://dygraphs.com/thumbnail.png"
       >
       <!-- TODO(danvk): change these -->
       <!--
@@ -39,7 +39,7 @@
 
   <!-- Load the Google common loader, that is later used to load the Visualization API. -->
   <script src="http://www.google.com/jsapi" type="text/javascript"></script>
-  <script src="http://danvk.org/dygraphs/dygraph-combined.js" type="text/javascript"></script>
+  <script src="http://dygraphs.com/dygraph-combined.js" type="text/javascript"></script>
 
   <div id="chartdiv" style="overflow: auto;"><img src="http://www.google.com/ig/images/spinner.gif" /></div>