docs: fix docs link

This commit is contained in:
William Jon McCann 2014-01-21 18:42:29 -05:00
parent 916f1c0fd6
commit 0320610387
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*/

View File

@ -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