From 2a4d2ddfcbef6055709231124602461753dc578b Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Thu, 25 Dec 2025 03:47:48 +0300 Subject: [PATCH] =?UTF-8?q?docs(examples):=20fix=20broken=20doc=20link=20p?= =?UTF-8?q?ezpallet=5Fexample=5Fframe=5Fcrate=20=E2=86=92=20pezpallet=5Fex?= =?UTF-8?q?ample=5Fpezframe=5Fcrate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bizinikiwi/pezframe/examples/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.