Change url in binding generator help

This commit is contained in:
Fraser Waters 2015-03-01 18:51:21 +00:00
parent 7427f44bbe
commit dc372a5bf1

View file

@ -57,7 +57,7 @@ namespace Bind
Console.WriteLine("OpenGL binding generator {0} for OpenTK.",
Assembly.GetExecutingAssembly().GetName().Version.ToString());
Console.WriteLine("For comments, bugs and suggestions visit http://opentk.sourceforge.net");
Console.WriteLine("For comments, bugs and suggestions visit http://github.com/opentk/opentk");
Console.WriteLine();
string dirName = "GL2";