From 727439b43dccb8ffb42f5dba3ef3c7cdb3ae5a76 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 29 Nov 2010 17:30:47 -0500 Subject: [PATCH] update locations --- README | 3 ++- dygraph-combined.js | 2 +- dygraph.js | 2 +- gadget.xml | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index e800692..f219587 100644 --- 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 diff --git a/dygraph-combined.js b/dygraph-combined.js index d051df1..e6380de 100644 --- a/dygraph-combined.js +++ b/dygraph-combined.js @@ -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. diff --git a/dygraph.js b/dygraph.js index e28c273..1ed103c 100644 --- a/dygraph.js +++ b/dygraph.js @@ -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/ */ diff --git a/gadget.xml b/gadget.xml index 3cca999..83a793c 100644 --- a/gadget.xml +++ b/gadget.xml @@ -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" > - +
-- 2.7.4