Change url in binding generator help
This commit is contained in:
parent
7427f44bbe
commit
dc372a5bf1
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace Bind
|
||||||
|
|
||||||
Console.WriteLine("OpenGL binding generator {0} for OpenTK.",
|
Console.WriteLine("OpenGL binding generator {0} for OpenTK.",
|
||||||
Assembly.GetExecutingAssembly().GetName().Version.ToString());
|
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();
|
Console.WriteLine();
|
||||||
|
|
||||||
string dirName = "GL2";
|
string dirName = "GL2";
|
||||||
|
|
Loading…
Reference in a new issue