From f020d7879ad2030784e0280f7c9a560bb2f239de Mon Sep 17 00:00:00 2001 From: Horacio Duran Date: Thu, 14 Aug 2014 15:58:12 -0300 Subject: [PATCH] Changed examples url to match current branch --- doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index 16221eb3..0b87a80a 100644 --- a/doc.go +++ b/doc.go @@ -35,7 +35,7 @@ // Some of these topics are covered below, and may also be observed in practice // in the following examples: // -// https://github.com/go-qml/qml/tree/master/examples +// https://github.com/go-qml/qml/tree/v1/examples // // // Handling QML objects in Go @@ -161,6 +161,6 @@ // // A simple example is available at: // -// https://github.com/go-qml/qml/tree/master/examples/painting +// https://github.com/go-qml/qml/tree/v1/examples/painting // package qml