correct draw2d/samples path

This commit is contained in:
Stani 2015-07-10 02:33:06 +02:00
parent cec365b96a
commit 730589cb95
3 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ gc.FillStroke()
draw2dpdf.SaveToPdfFile(fn, dest)
```
There are more examples here: https://github.com/llgcode/draw2d.samples
There are more examples here: https://github.com/llgcode/draw2d/samples
Drawing on opengl is provided by the draw2dgl package.

View File

@ -45,7 +45,7 @@
// draw2d.SaveToPngFile(fn, dest)
//
// There are more examples here:
// https://github.com/llgcode/draw2d.samples
// https://github.com/llgcode/draw2d/samples
//
// Drawing on pdf documents is provided by the draw2dpdf package.
// Drawing on opengl is provided by the draw2dgl package.

View File

@ -28,7 +28,7 @@
// draw2dpdf.SaveToPdfFile(fn, dest)
//
// There are more examples here:
// https://github.com/llgcode/draw2d.samples
// https://github.com/llgcode/draw2d/samples
//
// Drawing on images is provided by the draw2d package.
// Drawing on opengl is provided by the draw2dgl package.