diff options
-rw-r--r-- | doc/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index b4ce87f..6f4c62d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -138,10 +138,12 @@ relevant page. <h3> Similar work </h3> <ul> - <li> <a href="http://www.freedesktop.org/wiki/Software/dbus/">D-Bus</a> is + <li> <a href="https://www.freedesktop.org/wiki/Software/dbus/">D-Bus</a> is the most widely used Linux bus. It's also a horrible, inefficient mess. </li> <li> <a href="https://openwrt.org/docs/techref/ubus">ubus</a> is OpenWrt's micro-bus architecture. </li> + <li> Mathias Andree's <a href="https://codeberg.org/maandree/bus">bus</a> +is a daemonless system for broadcasting messages locally. </li> </ul> </body> |