]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
little url fixup 52/head
authorThomas Debesse <dev@illwieckz.net>
Tue, 11 Jul 2017 11:53:38 +0000 (13:53 +0200)
committerThomas Debesse <dev@illwieckz.net>
Tue, 11 Jul 2017 11:53:38 +0000 (13:53 +0200)
radiant/gtkdlgs.cpp

index d0e735f84d652f9aaa67cdccc6a79d00f35d51c5..dbc3abd671b7c8d6ec7a9da034569f6655505d1c 100644 (file)
@@ -440,7 +440,7 @@ void about_button_changelog( GtkWidget *widget, gpointer data ){
 
 void about_button_credits( GtkWidget *widget, gpointer data ){
        StringOutputStream cred( 256 );
-       cred << "https://gitlab.com/xonotic/netradiant/network/master";
+       cred << "https://gitlab.com/xonotic/netradiant/graphs/master";
        OpenURL( cred.c_str() );
 }