diff --git a/content/doc/devel/design.md b/content/doc/devel/design.md index ce1427f..535f94b 100644 --- a/content/doc/devel/design.md +++ b/content/doc/devel/design.md @@ -102,7 +102,7 @@ to, the applications they're presenting to the user. On the Linux desktop, this We use the [zbus crate][zbus] ([book][zbus-book]) to talk over DBus. It is asynchronous by default, and integrates well with the [Tokio async runtime](#tokiotokio----asynchronous-runtime). [zbus]: -[zbus-book]: +[zbus-book]: Most of the [atspi crate](#atspiatspi-crate----accessibility-interface) was generated using [zbus_xmlgen][zbus_xmlgen] from the [at-spi DBus interface XML definitions][at-spi-xml]. Note, however, that zbus_xmlgen is, at present, meant to be