From ec148f28bdb074942115eb59be4138c0755c0df5 Mon Sep 17 00:00:00 2001 From: Colton Loftus <70598503+C-Loftus@users.noreply.github.com> Date: Sat, 24 Feb 2024 23:10:08 -0500 Subject: [PATCH] Fix broken link for zbus book --- content/doc/devel/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/doc/devel/design.md b/content/doc/devel/design.md index d0f3fc5..4bf3e8b 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