diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-07-07 21:14:34 +0200 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-07-07 21:14:34 +0200 |
commit | a6fbc3a1efa60893a4cc21c1eb1ffac0c38a1395 (patch) | |
tree | 67461efa9a42871b3e42ac80163157a309179245 /plugins/gtkui | |
parent | b2110655a622e2d0bae9fc4d6db609431ea7984e (diff) |
new wiki links
Diffstat (limited to 'plugins/gtkui')
-rw-r--r-- | plugins/gtkui/callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/callbacks.c b/plugins/gtkui/callbacks.c index 8185fe66..06daf072 100644 --- a/plugins/gtkui/callbacks.c +++ b/plugins/gtkui/callbacks.c @@ -630,7 +630,7 @@ GtkWidget* title_formatting_help_link_create (gchar *widget_name, gchar *string1, gchar *string2, gint int1, gint int2) { - GtkWidget *link = gtk_link_button_new_with_label ("http://sourceforge.net/apps/mediawiki/deadbeef/index.php?title=Title_Formatting", "Help"); + GtkWidget *link = gtk_link_button_new_with_label ("http://github.com/Alexey-Yakovenko/deadbeef/wiki/Title-formatting", "Help"); return link; } |