diff --git a/templates/minimal/pezpallets/template/src/lib.rs b/templates/minimal/pezpallets/template/src/lib.rs index c770e558..e8d764b7 100644 --- a/templates/minimal/pezpallets/template/src/lib.rs +++ b/templates/minimal/pezpallets/template/src/lib.rs @@ -2,6 +2,8 @@ //! //! To get started with this pezpallet, try implementing the guide in //! +//! +//! [`pezframe`]: pezframe_support #![cfg_attr(not(feature = "std"), no_std)]