From d1111e59a09372bdcc47e6212b44226a0dde8778 Mon Sep 17 00:00:00 2001 From: Tim Molter <tim.molter@gmail.com> Date: Mon, 21 Jul 2014 20:27:17 +0200 Subject: [PATCH] update urls [ci skip] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5baa6a5f..1f889890 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## [](http://www.xeiam.com/xchart) XChart +## [](http://xeiam.com/xchart) XChart A Simple Charting Library for Java ## Description @@ -25,7 +25,7 @@ Usage is very simple: Create a Chart instance, add a series of data to it, and e // or save it in high-res BitmapEncoder.savePNGWithDPI(chart, "./Sample_Chart_300_DPI.png", 300); -Now go ahead and [study some more examples](http://www.xeiam.com/xchart_examplecode.jsp), [download the thing](http://www.xeiam.com/xchart_changelog.jsp) and [provide feedback](https://github.com/timmolter/XChart/issues). +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). ## Features * No additional dependencies @@ -52,7 +52,7 @@ Now go ahead and [study some more examples](http://www.xeiam.com/xchart_examplec ### Non-Maven -Download Jar: http://www.xeiam.com/xchart_changelog.jsp +Download Jar: http://xeiam.com/xchart-change-log ### Maven -- GitLab