Fix link to euph api in docs

This commit is contained in:
Joscha 2024-12-04 18:56:52 +01:00
parent cdcf80ab9a
commit 58b55ef433

View file

@ -1,6 +1,6 @@
//! Models the [euphoria API][0]. //! Models the [euphoria API][0].
//! //!
//! [0](https://github.com/CylonicRaider/heim/blob/master/doc/api.md) //! [0]: https://euphoria.leet.nu/heim/api
mod account_cmds; mod account_cmds;
mod events; mod events;