From 983b7fb4a9fd80b6fd8cbb72d2ec0794065cea82 Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Thu, 16 Apr 2015 12:03:35 +0200 Subject: [PATCH] doc: fix some links --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 9c18666..b74d8a8 100644 --- a/README +++ b/README @@ -11,14 +11,14 @@ Some algorithm have been translated from http://www.antigrain.com project ([http Once you have Go installed, to install draw2d: * First see the installation procedure of [http://code.google.com/p/freetype-go/ freetype-go] - * goinstall draw2d.googlecode.com/svn/trunk/draw2d/src/pkg/draw2d + * `go get github.com/llgcode/draw2d/draw2d` a good starting point is the [http://github.com/llgcode/draw2d/wiki/GettingStarted getting started] === [http://github.com/llgcode/draw2d/wiki/Samples Samples] === Sample images generated by draw2d (inspired by [http://cairographics.org/samples/ cairo samples]): -there's already some bugs please refer to [http://github.com/llgcode/draw2d/issues/list issue tracking] +there's already some bugs please refer to [http://github.com/llgcode/draw2d/issues issue tracking] [http://draw2d.googlecode.com/svn/wiki/test_results/TestPath.png] [http://draw2d.googlecode.com/svn/wiki/test_results/TestDrawArc.png]