Skip to content

Commit

Permalink
fix link (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm authored Sep 26, 2023
1 parent ccb6e2e commit 2f7d3bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libs/mock-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f7d3bb

Please sign in to comment.