summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deadbeef.h4
-rw-r--r--help.txt4
-rw-r--r--main.c2
-rw-r--r--plugins/converter/convgui.c4
-rw-r--r--plugins/gtkui/callbacks.c2
-rw-r--r--translation/help.pt_BR.txt4
-rw-r--r--translation/help.ru.txt4
7 files changed, 12 insertions, 12 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 45854ca7..02c5086b 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -1143,7 +1143,7 @@ typedef struct DB_plugin_s {
// can be NULL
// NOTE for GUI plugin developers: don't initialize your widgets/windows in
// the connect method. look for up-to-date information on wiki:
- // http://sourceforge.net/apps/mediawiki/deadbeef/index.php?title=Porting_GUI_plugins_to_0.6
+ // http://github.com/Alexey-Yakovenko/deadbeef/wiki/Porting-GUI-plugins-to-deadbeef-from-0.5.x-to-0.6.0
int (*connect) (void);
// opposite of connect, will be called before stop, while all plugins are still
@@ -1407,7 +1407,7 @@ typedef struct DB_vfs_s {
// this structure represents a gui dialog with callbacks to set/get params
// documentation should be available here:
-// https://sourceforge.net/apps/mediawiki/deadbeef/index.php?title=Development:Gui_Script
+// http://github.com/Alexey-Yakovenko/deadbeef/wiki/GUI-Script-Syntax
typedef struct {
const char *title;
const char *layout;
diff --git a/help.txt b/help.txt
index 9471ef92..d17762d7 100644
--- a/help.txt
+++ b/help.txt
@@ -3,8 +3,8 @@ help file for deadbeef player
* LINKS
main website: http://deadbeef.sf.net
- wiki: http://sf.net/apps/mediawiki/deadbeef
- development website: http://sf.net/projects/deadbeef
+ wiki: http://github.com/Alexey-Yakovenko/deadbeef/wiki
+ development website: http://github.com/Alexey-Yakovenko/deadbeef
info for contributors: http://contributing.appspot.com/deadbeef
* USEFUL HOTKEYS
diff --git a/main.c b/main.c
index 3f850329..6f591e5f 100644
--- a/main.c
+++ b/main.c
@@ -107,7 +107,7 @@ print_help (void) {
" [l]ength, track[n]umber, [y]ear, [c]omment,\n"
" copy[r]ight, [e]lapsed\n"));
fprintf (stdout, _(" e.g.: --nowplaying \"%%a - %%t\" should print \"artist - title\"\n"));
- fprintf (stdout, _(" for more info, see http://sourceforge.net/apps/mediawiki/deadbeef/index.php?title=Title_Formatting\n"));
+ fprintf (stdout, _(" for more info, see http://github.com/Alexey-Yakovenko/deadbeef/wiki/Title-formatting\n"));
bind_textdomain_codeset (PACKAGE, "UTF-8");
}
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;
}
diff --git a/translation/help.pt_BR.txt b/translation/help.pt_BR.txt
index 37da01d7..6c7af44f 100644
--- a/translation/help.pt_BR.txt
+++ b/translation/help.pt_BR.txt
@@ -3,8 +3,8 @@ arquivo de ajuda para o tocador DeaDBeeF
* LINKS
website: http://deadbeef.sf.net
- wiki: http://sf.net/apps/mediawiki/deadbeef
- website de desenvolvimento: http://sf.net/projects/deadbeef
+ wiki: http://github.com/Alexey-Yakovenko/deadbeef/wiki
+ website de desenvolvimento: http://github.com/Alexey-Yakovenko/deadbeef
info para contribuintes: http://contributing.appspot.com/deadbeef
* ATALHOS DE TECLADO ÚTEIS
diff --git a/translation/help.ru.txt b/translation/help.ru.txt
index ebc42d32..18ac1b8d 100644
--- a/translation/help.ru.txt
+++ b/translation/help.ru.txt
@@ -3,8 +3,8 @@
* ССЫЛКИ
официальный сайт: http://deadbeef.sf.net
- справка: http://sf.net/apps/mediawiki/deadbeef
- ресурсы для разработчиков: http://sf.net/projects/deadbeef
+ wiki: http://github.com/Alexey-Yakovenko/deadbeef/wiki
+ ресурсы для разработчиков: http://github.com/Alexey-Yakovenko/deadbeef
информация для спонсоров: http://contributing.appspot.com/deadbeef
* ПОЛЕЗНЫЕ СОЧЕТАНИЯ КЛАВИШ