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.
This commit is contained in:
2026-01-28 11:13:26 +03:00
parent 4591d0694c
commit 9aaa3c3256
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -118,3 +118,5 @@
//! network.
//!
//! **Synonyms**: Teyrchain Validation Function
//!
//! [frame]: crate::pezkuwi_sdk::frame_runtime
@@ -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