Skip to content

Changed examples url to match current branch #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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