Skip to content

Commit

Permalink
README: Update reference to renamed example repo.
Browse files Browse the repository at this point in the history
The old link still worked thanks to the GitHub redirect, but it's better to point
to the new repo directly.

Updates go-gl/example#58.
Follows #78.
  • Loading branch information
dmitshur committed Jun 19, 2017
1 parent ddd40c0 commit d0599a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ A note about threading and goroutines. The bindings do not expose a mechanism to
Examples
--------

Examples illustrating how to use the bindings are available in the [examples](https://github.com/go-gl/examples) repo. There are examples for [OpenGL 4.1 core](https://github.com/go-gl/example/tree/master/gl41core-cube) and [OpenGL 2.1](https://github.com/go-gl/example/tree/master/gl21-cube).
Examples illustrating how to use the bindings are available in the [example](https://github.com/go-gl/example) repo. There are examples for [OpenGL 4.1 core](https://github.com/go-gl/example/tree/master/gl41core-cube) and [OpenGL 2.1](https://github.com/go-gl/example/tree/master/gl21-cube).

Function Loading
----------------
Expand Down

0 comments on commit d0599a3

Please sign in to comment.