summaryrefslogtreecommitdiff
path: root/doc/reference
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-06-02 16:31:54 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-01-10 14:38:28 +0000
commitaf0c64037673d598a6842fb344b5f3dad80ab821 (patch)
treecb8590ad111a9d412639c68d039682216d6cebfd /doc/reference
parent04e11da48a6c2a75bebb5ece31cf86508203dd02 (diff)
docs: correct links in introduction
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=22667 — thanks to Daniel Macks for the bug report!
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/dbus-glib-docs.sgml13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/reference/dbus-glib-docs.sgml b/doc/reference/dbus-glib-docs.sgml
index d4cd1a7..6d25a06 100644
--- a/doc/reference/dbus-glib-docs.sgml
+++ b/doc/reference/dbus-glib-docs.sgml
@@ -32,7 +32,8 @@
why - design, licensing, indentation style, we would rather know
than not know.</para>
- <para>D-Bus' only *required* dependency is an XML parser (either
+ <para>D-Bus' only <emphasis>required</emphasis> dependency is an
+ XML parser (either
libxml or expat). D-Bus includes many language bindings to the
D-Bus system, if you want to build those. The list of projects
using D-Bus is growing and they provide a wealth of examples of
@@ -43,9 +44,9 @@
pretty well these days, and when it isn't bug reports are very
welcome.</para>
- <para>
- HomePage: <ulink url="http://http://www.freedesktop.org/wiki/Software/dbus">
- http://http://www.freedesktop.org/wiki/Software/dbus</ulink>
+ <para>For more information on D-Bus, see
+ <ulink url="http://www.freedesktop.org/wiki/Software/dbus">
+ http://www.freedesktop.org/wiki/Software/dbus</ulink>.
</para>
</chapter>
@@ -59,7 +60,9 @@
libdbus with a much higher-level approach. The higher level
approach is possible because GLib defines a main loop, an
object/type system, and an out-of-memory handling policy (it exits
- the program). See http://www.gtk.org for GLib information.</para>
+ the program). See <ulink
+ url="http://www.gtk.org">http://www.gtk.org</ulink> for GLib
+ information.</para>
<para>To manipulate remote objects, use DBusGProxy. </para>
</sect1>