aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Waller <p@pwaller.net>2014-07-09 09:37:10 +0100
committerPeter Waller <p@pwaller.net>2014-07-09 09:37:10 +0100
commitc925ec71e205af06159ce369a0dba3f2fe6f32c1 (patch)
treec5936069b2076bdbb6c3021a8263e5ad0503aaba
parent9b8c760d6cfcf8df175436d3b206e85eda23f318 (diff)
downloadgl-c925ec71e205af06159ce369a0dba3f2fe6f32c1.tar.gz
Fix godoc.org link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f1cc31b..fdf3ed9 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Documentation and examples
--------------------------
Autogenerated documentation can be found on
-[pkgdoc.org](http://go.pkgdoc.org/github.com/go-gl/gl), and the more thorough
+[godoc.org](http://godoc.org/github.com/go-gl/gl), and the more thorough
[official GL SDK documentation](http://www.opengl.org/sdk/docs/man/xhtml/) applies.
Examples can be found in our [examples repository](https://github.com/go-gl/examples).