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