Change url in binding generator help
authorFraser Waters <frassle@gmail.com>
Sun, 1 Mar 2015 18:51:21 +0000 (18:51 +0000)
committerFraser Waters <frassle@gmail.com>
Sun, 1 Mar 2015 18:51:21 +0000 (18:51 +0000)
Source/Bind/Main.cs

index 3ddd37c..0182053 100644 (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";