Received: from iitp.ru (mail.iitp.ru [188.93.104.8]) by mail-b.sr.ht (Postfix) with ESMTP id 96645FF0F5 for <~qaul/community@lists.sr.ht>; Thu, 5 Nov 2020 21:26:15 +0000 (UTC) Received: from [45.129.56.203] (account krotov@iitp.ru HELO [127.0.0.1]) by iitp.ru (CommuniGate Pro SMTP 6.0.11) with ESMTPSA id 38609554; Fri, 06 Nov 2020 00:26:30 +0300 From: Alexander Krotov To: ~qaul/community@lists.sr.ht Cc: Alexander Krotov Subject: [PATCH] docs: fix Markdown link syntax Date: Fri, 6 Nov 2020 00:25:47 +0300 Message-Id: <20201105212546.116129-1-link2xt@testrun.org> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- 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 =3D libqaul::Qaul::dummy(); --=20 2.29.2