doc: fix some links
This commit is contained in:
parent
f78ac58522
commit
983b7fb4a9
1 changed files with 2 additions and 2 deletions
4
README
4
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:
|
Once you have Go installed, to install draw2d:
|
||||||
|
|
||||||
* First see the installation procedure of [http://code.google.com/p/freetype-go/ freetype-go]
|
* 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]
|
a good starting point is the [http://github.com/llgcode/draw2d/wiki/GettingStarted getting started]
|
||||||
|
|
||||||
|
|
||||||
=== [http://github.com/llgcode/draw2d/wiki/Samples Samples] ===
|
=== [http://github.com/llgcode/draw2d/wiki/Samples Samples] ===
|
||||||
Sample images generated by draw2d (inspired by [http://cairographics.org/samples/ cairo 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/TestPath.png]
|
||||||
[http://draw2d.googlecode.com/svn/wiki/test_results/TestDrawArc.png]
|
[http://draw2d.googlecode.com/svn/wiki/test_results/TestDrawArc.png]
|
||||||
|
|
Loading…
Reference in a new issue