summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-01-13 18:32:53 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-01-13 18:32:53 -0600
commit8cf0d337c0d0236b40523dd3f6837b9663a3d90a (patch)
treee4d9ee1eae3c53961e062659d7ce85520fc2a6e6
parent2406a74c0fa8f0563b6efe841b8f40489953611d (diff)
downloadat-spi2-core-8cf0d337c0d0236b40523dd3f6837b9663a3d90a.tar.gz
Fix links
-rw-r--r--devel-docs/roadmap.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel-docs/roadmap.rst b/devel-docs/roadmap.rst
index ca0de7ad..68407909 100644
--- a/devel-docs/roadmap.rst
+++ b/devel-docs/roadmap.rst
@@ -4,7 +4,7 @@ Accessibility infrastructure roadmap
Note that this roadmap refers exclusively to **cleanups** and **paying
technical debt**. It does not yet refer to actually changing the
accessibility interfaces, or the way accessibility works in general.
-Possible API changes are discussed in a separate document.
+Possible API changes are discussed in the :doc:`at-spi3`.
High level goals, detailed below
--------------------------------
@@ -33,9 +33,9 @@ Short term tasks
test/refactor them if the code is in the same repo. See “`merge the
repositories <#merge-the-repositories>`__” below for details.
-- Replace manually-written DBus code in at-spi2-core for automatically
- generated code. See “`DBus update for
- libatspi <#dbus-update-for-libatspi>`__” below for details.
+- Replace manually-written DBus code in at-spi2-core for automatically
+ generated code. See “`Remove hand-written DBus code
+ <#remove-hand-written-dbus-code>`__” below for details.
- `Make the XML interfaces the single source of
truth <#make-the-xml-interfaces-the-single-source-of-truth>`__.