summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-07 21:20:45 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-07 21:20:45 +0200
commit2042bed468db4927014724220279e98c7aaf17f4 (patch)
treec10d490e06c514d61d5b00cadd0ac12ba9bcfa19 /plugins
parentb3890477f0ee4d00faa5d89b2991012b03237aad (diff)
fixed wiki link in the gtkui_api.h
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/gtkui_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/gtkui_api.h b/plugins/gtkui/gtkui_api.h
index a3dd95d2..f7d2479b 100644
--- a/plugins/gtkui/gtkui_api.h
+++ b/plugins/gtkui/gtkui_api.h
@@ -35,7 +35,7 @@
// for information, about how to port your plugin to the new API correctly,
// and to learn more about design mode programming,
// please visit the following page:
-// 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
#if GTK_CHECK_VERSION(3,0,0)
#define DDB_GTKUI_PLUGIN_ID "gtkui3_1"