[glib: 8/16] docs: Fix an invalid DocBook link in the GIO overview



commit 82d28f07edb4a0ac59963b3d4af9c9e6cb7b3e5f
Author: Philip Withnall <withnall endlessm com>
Date:   Fri Nov 23 13:26:26 2018 +0000

    docs: Fix an invalid DocBook link in the GIO overview
    
    <link> can only be used for links to DocBook IDs. <ulink> is for URI
    links. (Why does it have to be this complex?)
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 docs/reference/gio/overview.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/reference/gio/overview.xml b/docs/reference/gio/overview.xml
index c15ad447d..d35b26254 100644
--- a/docs/reference/gio/overview.xml
+++ b/docs/reference/gio/overview.xml
@@ -112,7 +112,7 @@
           <listitem><para>network connectivity monitoring</para></listitem>
        </varlistentry>
     </variablelist>
-    There is support for connecting to <link 
linkend="http://www.freedesktop.org/wiki/Software/dbus";>D-Bus</link>,
+    There is support for connecting to <ulink 
url="http://www.freedesktop.org/wiki/Software/dbus";>D-Bus</ulink>,
     sending and receiving messages, owning and watching bus names,
     and making objects available on the bus:
     <variablelist>


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