From 6a8e068fe7affbaf48c88f44d13fcb625db89ed4 Mon Sep 17 00:00:00 2001 From: Tim Molter <tim@knowm.org> Date: Tue, 22 Sep 2015 11:07:50 +0200 Subject: [PATCH] update README with Knowm.org links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78343ea8..9f38c815 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## [](http://xeiam.com/xchart) XChart +## [](http://knowm.org/open-source/xchart) XChart A Simple Charting Library for Java @@ -30,7 +30,7 @@ Usage is very simple: Create a Chart instance, add a series of data to it, and e BitmapEncoder.saveBitmapWithDPI(chart, "./Sample_Chart_300_DPI", BitmapFormat.PNG, 300); ``` -Now go ahead and [study some more examples](http://xeiam.com/xchart-example-code/), [download the thing](http://xeiam.com/xchart-change-log) and [provide feedback](https://github.com/timmolter/XChart/issues). +Now go ahead and [study some more examples](http://knowm.org/open-source/xchart/xchart-example-code/), [download the thing](http://knowm.org/open-source/xchart/xchart-change-log) and [provide feedback](https://github.com/timmolter/XChart/issues). ## Features @@ -61,7 +61,7 @@ Now go ahead and [study some more examples](http://xeiam.com/xchart-example-code ### Non-Maven -Download Jar: http://xeiam.com/xchart-change-log +Download Jar: http://knowm.org/open-source/xchart/xchart-change-log ### Maven -- GitLab