From 2f7d3bb6cd5681db1256fca3b09036e666d77661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Enrique=20Mu=C3=B1oz=20Mart=C3=ADn?= Date: Tue, 26 Sep 2023 16:25:09 +0200 Subject: [PATCH] fix link (#1569) --- libs/mock-builder/src/lib.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/mock-builder/src/lib.rs b/libs/mock-builder/src/lib.rs index e9e1e0f57e..5522b1f88e 100644 --- a/libs/mock-builder/src/lib.rs +++ b/libs/mock-builder/src/lib.rs @@ -122,8 +122,10 @@ //! } //! ``` //! -//! Take a look to the [pallet tests](`tests/pallet.rs`) to have a user view of -//! how to use a *mock pallet*. It supports any kind of trait, with reference +//! Take a look to the [pallet +//! tests](https://github.com/foss3/runtime-pallet-library/blob/main/mock-builder/tests/pallet.rs) +//! to have a user view of how to use a *mock pallet*. +//! It supports any kind of trait, with reference //! parameters and generics at trait level and method level. //! //! ## Mock pallet creation