From a6011dd66d483276f88ad98df8200d6c0cf5b1fc Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Tue, 11 Jul 2017 13:53:38 +0200 Subject: [PATCH] little url fixup --- radiant/gtkdlgs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/gtkdlgs.cpp b/radiant/gtkdlgs.cpp index d0e735f8..dbc3abd6 100644 --- a/radiant/gtkdlgs.cpp +++ b/radiant/gtkdlgs.cpp @@ -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() ); } -- 2.39.2