]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
spec: Provide better cross-reference links for common interfaces
authorSimon McVittie <smcv@collabora.com>
Wed, 25 Sep 2024 16:41:36 +0000 (17:41 +0100)
committerSimon McVittie <smcv@collabora.com>
Tue, 1 Oct 2024 14:00:56 +0000 (15:00 +0100)
There's no need to make readers go looking for these in a larger section,
we can link directly to the individual interfaces.

Signed-off-by: Simon McVittie <smcv@collabora.com>
doc/dbus-specification.xml

index 8ebe7a8de57a8bcef087241c03d51346c1961339..c8ee96be777b4678c5eb903c5076e09a66430e4a 100644 (file)
 
       <para>
         In addition to the method calls listed below, the message bus
-        should implement the standard Introspectable, Properties and Peer
-        interfaces (see <xref linkend="standard-interfaces"/>).
+        should implement the standard
+        <link linkend="standard-interfaces-introspectable">Introspectable</link>,
+        <link linkend="standard-interfaces-peer">Peer</link> and
+        <link linkend="standard-interfaces-properties">Properties</link>
+        interfaces.
         Support for the Properties and Peer interfaces was added in version
         1.11.x of the reference implementation of the message bus.
       </para>