diff --git a/README.md b/README.md index 4970238..958b213 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/tree/master/samples Drawing on opengl is provided by the draw2dgl package. diff --git a/draw2d.go b/draw2d.go index 3eb697b..a547c28 100644 --- a/draw2d.go +++ b/draw2d.go @@ -46,7 +46,7 @@ // draw2d.SaveToPngFile(fn, dest) // // There are more examples here: -// https://github.com/llgcode/draw2d/samples +// https://github.com/llgcode/draw2d/tree/master/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 bcdd002..846f336 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/tree/master/samples // // Drawing on images is provided by the draw2d package. // Drawing on opengl is provided by the draw2dgl package.