summaryrefslogtreecommitdiff
path: root/gtk/gtkbindings.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 17:23:09 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 18:57:40 -0500
commit9fdc1858135f263fa8f3090f29197e6c50cfdd90 (patch)
tree383a743b63a2728fccb2c3751ba9a9da291930fb /gtk/gtkbindings.c
parentae3fbdb15a89a0c31e59702346330167bd5a93f6 (diff)
downloadgtk+-9fdc1858135f263fa8f3090f29197e6c50cfdd90.tar.gz
docs: fix link to gdk docs
Diffstat (limited to 'gtk/gtkbindings.c')
-rw-r--r--gtk/gtkbindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbindings.c b/gtk/gtkbindings.c
index c8a2a2d6af..a64c132204 100644
--- a/gtk/gtkbindings.c
+++ b/gtk/gtkbindings.c
@@ -57,7 +57,7 @@
* in the #GtkCssProvider documentation. Inside the binding set definition,
* key combinations are bound to one or more specific signal emissions on
* the target widget. Key combinations are strings consisting of an optional
- * #GdkModifierType name and <link linkend="gdk-Keyboard-Handling">key names</link>
+ * #GdkModifierType name and <link linkend="gdk3-Keyboard-Handling">key names</link>
* such as those defined in <filename>&lt;gdk/gdkkeysyms.h&gt;</filename>
* or returned from gdk_keyval_name(), they have to be parsable by
* gtk_accelerator_parse(). Specifications of signal emissions consist