summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-07 21:14:34 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-07 21:14:34 +0200
commita6fbc3a1efa60893a4cc21c1eb1ffac0c38a1395 (patch)
tree67461efa9a42871b3e42ac80163157a309179245 /plugins
parentb2110655a622e2d0bae9fc4d6db609431ea7984e (diff)
new wiki links
Diffstat (limited to 'plugins')
-rw-r--r--plugins/converter/convgui.c4
-rw-r--r--plugins/gtkui/callbacks.c2
2 files changed, 3 insertions, 3 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;
}
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;
}