From 9aaa3c32563343705677eefb3d5b7cff690e62c3 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Wed, 28 Jan 2026 11:13:26 +0300 Subject: [PATCH] fix: add missing frame link definitions in rustdoc Add link target definitions for [FRAME](frame) markdown links in glossary.rs and runtime_vs_smart_contract.rs to fix rustdoc broken intra-doc links error. --- docs/sdk/src/reference_docs/glossary.rs | 2 ++ docs/sdk/src/reference_docs/runtime_vs_smart_contract.rs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/sdk/src/reference_docs/glossary.rs b/docs/sdk/src/reference_docs/glossary.rs index 376709d4..bd842e6c 100644 --- a/docs/sdk/src/reference_docs/glossary.rs +++ b/docs/sdk/src/reference_docs/glossary.rs @@ -118,3 +118,5 @@ //! network. //! //! **Synonyms**: Teyrchain Validation Function +//! +//! [frame]: crate::pezkuwi_sdk::frame_runtime diff --git a/docs/sdk/src/reference_docs/runtime_vs_smart_contract.rs b/docs/sdk/src/reference_docs/runtime_vs_smart_contract.rs index 14e8db8f..39c65da3 100644 --- a/docs/sdk/src/reference_docs/runtime_vs_smart_contract.rs +++ b/docs/sdk/src/reference_docs/runtime_vs_smart_contract.rs @@ -207,3 +207,5 @@ //! - **For Smart Contract Developers**: Being mindful of the gas cost associated with contract //! execution is crucial. Efficiently written contracts save costs and are less likely to hit gas //! limits, ensuring smoother execution on the blockchain. +//! +//! [frame]: crate::pezkuwi_sdk::frame_runtime