docs: Fix broken links in gdbus-codegen documentation

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Fixes: #3369
This commit is contained in:
Philip Withnall 2024-05-20 13:50:46 +01:00
parent 974b89e707
commit 066a2cd8cc
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -443,7 +443,7 @@ The following D-Bus annotations are supported by ``gdbus-codegen``:
As an easier alternative to using the ``org.gtk.GDBus.DocString`` annotation,
note that parser used by ``gdbus-codegen`` parses XML comments in a way similar
to `gtk-doc <https://developer-old.gnome.org/gtk-doc-manual/stable/>`_::
to `gtk-doc <https://gitlab.gnome.org/GNOME/gtk-doc/>`_::
<!--
net.Corp.Bar:
@ -797,7 +797,7 @@ only if, each added method, property signal is annotated with the
versions.
The generated C code currently happens to be annotated with
`gtk-doc <https://developer-old.gnome.org/gtk-doc-manual/stable/>`_ and
`gtk-doc <https://gitlab.gnome.org/GNOME/gtk-doc/>`_ and
`GObject Introspection <https://gi.readthedocs.io/en/latest/>`_ comments and
annotations. The layout and contents might change in the future so no guarantees
about e.g. ``SECTION`` usage etc. are given.