From 730589cb956cd3d042024b06b454e5fb3cffc861 Mon Sep 17 00:00:00 2001 From: Stani Date: Fri, 10 Jul 2015 02:33:06 +0200 Subject: [PATCH] correct draw2d/samples path --- README.md | 2 +- draw2d.go | 2 +- draw2dpdf/doc.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d747d15..6fca447 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/draw2d.go b/draw2d.go index 79a5a0a..18be136 100644 --- a/draw2d.go +++ b/draw2d.go @@ -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. diff --git a/draw2dpdf/doc.go b/draw2dpdf/doc.go index b8ccdb4..bcdd002 100644 --- a/draw2dpdf/doc.go +++ b/draw2dpdf/doc.go @@ -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.