docs: fix broken rustdoc links across codebase

- Fix vendor/zombienet-sdk deprecated method doc links
- Fix vendor/subxt doc links (eth::PublicKey, Client)
- Fix vendor/ss58-registry TokenRegistry doc link
- Fix pezpallet-presale event comment causing doc parse error
- Fix pezframe-support broken Config trait link
- Rebrand pezpallet-revive README with correct crate names and URLs
This commit is contained in:
2025-12-25 05:15:26 +03:00
parent e65a36827e
commit 540661e02e
10 changed files with 20 additions and 21 deletions
@@ -453,7 +453,7 @@ pub mod pezpallet {
Distributed { presale_id: PresaleId, who: T::AccountId, amount: u128 },
/// Refund processed [presale_id, who, amount, fee]
Refunded { presale_id: PresaleId, who: T::AccountId, amount: u128, fee: u128 },
/// Presale cancelled [presale_id]
/// Presale cancelled
PresaleCancelled { presale_id: PresaleId },
/// Platform fee distributed [treasury_share, burn_share, staker_share]
PlatformFeeDistributed { treasury_share: u128, burn_share: u128, staker_share: u128 },