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/converter | |
parent | b2110655a622e2d0bae9fc4d6db609431ea7984e (diff) |
new wiki links
Diffstat (limited to 'plugins/converter')
-rw-r--r-- | plugins/converter/convgui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/converter/convgui.c b/plugins/converter/convgui.c index 996d2659..e9adfaea 100644 --- a/plugins/converter/convgui.c +++ b/plugins/converter/convgui.c @@ -1564,7 +1564,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; } @@ -1572,7 +1572,7 @@ GtkWidget* encoder_cmdline_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=Encoder_Command_Line", _("Help")); + GtkWidget *link = gtk_link_button_new_with_label ("http://github.com/Alexey-Yakovenko/deadbeef/wiki/Encoder-Command-Line", _("Help")); return link; } |