summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-04-26 12:01:32 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-04-29 18:12:38 +0100
commitd1f5129e8d77c6e28b193466ca074daa9f554dff (patch)
tree90fd85aff359979228d8efd031c01e560665a534 /docs
parent63cafccc969872d1092133fa333a69aba8d1eb46 (diff)
downloadgdk-pixbuf-d1f5129e8d77c6e28b193466ca074daa9f554dff.tar.gz
docs: Update links to GDK
Remove long since gone intra-library links, and point to the API reference website instead.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gdk-pixbuf/gdk-pixbuf-from-drawables.xml8
-rw-r--r--docs/reference/gdk-pixbuf/gdk-pixbuf-rendering.xml4
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-from-drawables.xml b/docs/reference/gdk-pixbuf/gdk-pixbuf-from-drawables.xml
index 2d9f43ae5..98731ed59 100644
--- a/docs/reference/gdk-pixbuf/gdk-pixbuf-from-drawables.xml
+++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-from-drawables.xml
@@ -16,10 +16,10 @@
<refsect1>
<title>Description</title>
<para>
- The functions to take the image data from a GDK drawable and dump it
- into a pixbuf are contained in GDK, see the
- <link linkend="gdk-Pixbufs">Pixbufs</link> section of the GDK
- documentation.
+ The functions to take the image data from a GDK windowing system surface
+ and store them into a GdkPixbuf are typically provided by GDK; see
+ <link linkend="https://developer.gnome.org/gdk3/stable/gdk3-Pixbufs.html">the
+ GDK documentation</link>.
</para>
</refsect1>
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-rendering.xml b/docs/reference/gdk-pixbuf/gdk-pixbuf-rendering.xml
index 336004c86..b1a23af43 100644
--- a/docs/reference/gdk-pixbuf/gdk-pixbuf-rendering.xml
+++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-rendering.xml
@@ -18,8 +18,8 @@
<title>Description</title>
<para>
The functions to render pixbufs to GDK drawables are contained in
- GDK, see the <link linkend="gdk-Pixbufs">Pixbufs</link> section
- of the GDK documentation.
+ GDK, see the <link linkend="https://developer.gnome.org/gdk3/stable/gdk3-Cairo-Interaction.html">GDK
+ documentation</link>.
</para>
</refsect1>