---
libqaul/src/api/mod.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libqaul/src/api/mod.rs b/libqaul/src/api/mod.rs
index d8b5dc73..ad3dbc87 100644
--- a/libqaul/src/api/mod.rs+++ b/libqaul/src/api/mod.rs
@@ -5,7 +5,7 @@
//! separate scopes, to make reasoning about association easier.
//!
//! All scopes can be constructed via the main
-//! [`Qaul`][../struct.Qaul.html] type access functions.+//! [`Qaul`](../struct.Qaul.html) type access functions.//!
//! ```
//! # let qaul = libqaul::Qaul::dummy();
--
2.29.2
Hey there,
thank you for the patch. It took a while to merge it, but it's in our
repo at git.qaul.org now!
- Katharina
Alexander Krotov <link2xt@testrun.org> writes:
> ---> libqaul/src/api/mod.rs | 2 +-> 1 file changed, 1 insertion(+), 1 deletion(-)>> diff --git a/libqaul/src/api/mod.rs b/libqaul/src/api/mod.rs> index d8b5dc73..ad3dbc87 100644> --- a/libqaul/src/api/mod.rs> +++ b/libqaul/src/api/mod.rs> @@ -5,7 +5,7 @@> //! separate scopes, to make reasoning about association easier.> //!> //! All scopes can be constructed via the main> -//! [`Qaul`][../struct.Qaul.html] type access functions.> +//! [`Qaul`](../struct.Qaul.html) type access functions.> //!> //! ```> //! # let qaul = libqaul::Qaul::dummy();> -- > 2.29.2