summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-09-01 11:18:10 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-09-01 11:28:46 +0100
commit61a72d4afaca4f25b4d7975598fb2b9411278c94 (patch)
tree7549521b86d6b4a68402b1b84cb360212e84bbb4 /docs
parent738cb4673fc4133a2acb3097c981f0bd18ded9ed (diff)
downloadgdk-pixbuf-61a72d4afaca4f25b4d7975598fb2b9411278c94.tar.gz
docs: Fix the link to the GDK reference
We need to use the ulink element, not the link one, for URLs.
Diffstat (limited to 'docs')
-rw-r--r--docs/gdk-pixbuf-from-drawables.xml9
-rw-r--r--docs/gdk-pixbuf-rendering.xml12
2 files changed, 6 insertions, 15 deletions
diff --git a/docs/gdk-pixbuf-from-drawables.xml b/docs/gdk-pixbuf-from-drawables.xml
index 98731ed59..99fe3be07 100644
--- a/docs/gdk-pixbuf-from-drawables.xml
+++ b/docs/gdk-pixbuf-from-drawables.xml
@@ -17,13 +17,10 @@
<title>Description</title>
<para>
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>.
+ and store them into a GdkPixbuf are provided by GDK; see
+ <ulink url="https://developer.gnome.org/gdk3/stable/gdk3-Pixbufs.html">the
+ GDK documentation</ulink>.
</para>
</refsect1>
-
-
-
</refentry>
diff --git a/docs/gdk-pixbuf-rendering.xml b/docs/gdk-pixbuf-rendering.xml
index b1a23af43..26c8776cc 100644
--- a/docs/gdk-pixbuf-rendering.xml
+++ b/docs/gdk-pixbuf-rendering.xml
@@ -17,16 +17,10 @@
<refsect1>
<title>Description</title>
<para>
- The functions to render pixbufs to GDK drawables are contained in
- GDK, see the <link linkend="https://developer.gnome.org/gdk3/stable/gdk3-Cairo-Interaction.html">GDK
- documentation</link>.
+ The functions to render pixbufs to GDK drawables are provided by GDK, see
+ the <ulink url="https://developer.gnome.org/gdk3/stable/gdk3-Cairo-Interaction.html">GDK
+ documentation</ulink>.
</para>
</refsect1>
-
-
-
</refentry>
-
-
-