[gtk+] docs: fix docs link



commit 032061038748ee115f9913bb0fe3b176c025dca8
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Jan 21 18:42:29 2014 -0500

    docs: fix docs link

 gdk/gdkdnd.c       |    2 +-
 gdk/gdkselection.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c
index 588b4cb..ced7d53 100644
--- a/gdk/gdkdnd.c
+++ b/gdk/gdkdnd.c
@@ -41,7 +41,7 @@
  *
  * GTK+ provides a higher level abstraction based on top of these functions,
  * and so they are not normally needed in GTK+ applications.
- * See the <link linkend="gtk-Drag-and-Drop">Drag and Drop</link> section of
+ * See the <link linkend="gtk3-Drag-and-Drop">Drag and Drop</link> section of
  * the GTK+ documentation for more information.
  */
 
diff --git a/gdk/gdkselection.c b/gdk/gdkselection.c
index bde3739..cfd88a1 100644
--- a/gdk/gdkselection.c
+++ b/gdk/gdkselection.c
@@ -48,7 +48,7 @@
  * retrieved by requesting the special target <literal>TARGETS</literal>. When
  * a selection is retrieved, the data is accompanied by a type (an atom), and
  * a format (an integer, representing the number of bits per item).
- * See <link linkend="gdk-Properties-and-Atoms">Properties and Atoms</link>
+ * See <link linkend="gdk3-Properties-and-Atoms">Properties and Atoms</link>
  * for more information.
  *
  * The functions in this section only contain the lowlevel parts of the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]