docs(examples): fix broken doc link pezpallet_example_frame_crate → pezpallet_example_pezframe_crate

This commit is contained in:
2025-12-25 03:47:48 +03:00
parent 2f0bbd20c7
commit 2a4d2ddfcb
+2 -2
View File
@@ -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.