~qaul/community

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] docs: fix Markdown link syntax

Alexander Krotov <link2xt@testrun.org>
Details
Message ID
<20201105212546.116129-1-link2xt@testrun.org>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 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
Katharina Fey <kookie@spacekookie.de>
Details
Message ID
<87o8g7vvlt.fsf@kookie.space>
In-Reply-To
<20201105212546.116129-1-link2xt@testrun.org> (view parent)
DKIM signature
missing
Download raw message
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
Reply to thread Export thread (mbox)