diff --git a/bizinikiwi/pezframe/examples/src/lib.rs b/bizinikiwi/pezframe/examples/src/lib.rs index 0d60ec27..3a4bb293 100644 --- a/bizinikiwi/pezframe/examples/src/lib.rs +++ b/bizinikiwi/pezframe/examples/src/lib.rs @@ -40,9 +40,9 @@ //! - [`pezpallet_example_split`]: A simple example of a FRAME pezpallet demonstrating the ability //! to split sections across multiple files. //! -//! - [`pezpallet_example_frame_crate`]: Example pezpallet showcasing how one can be built using +//! - [`pezpallet_example_pezframe_crate`]: Example pezpallet showcasing how one can be built using //! only the -//! `frame` umbrella crate. +//! `pezframe` umbrella crate. //! //! - [`pezpallet_example_single_block_migrations`]: An example pezpallet demonstrating //! best-practices for writing storage migrations.