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
@@ -499,7 +499,7 @@ impl RelaychainConfigBuilder<WithChain> {
/// Add a new node using a nested [`NodeConfigBuilder`].
///
/// **Deprecated**: Use [`with_validator`] for validator nodes or [`with_fullnode`] for full nodes instead.
/// **Deprecated**: Use `with_validator` for validator nodes or `with_fullnode` for full nodes instead.
#[deprecated(
since = "0.4.0",
note = "Use `with_validator()` for validator nodes or `with_fullnode()` for full nodes instead"
@@ -623,7 +623,7 @@ impl RelaychainConfigBuilder<WithAtLeastOneNode> {
/// Add a new node using a nested [`NodeConfigBuilder`].
///
/// **Deprecated**: Use [`with_validator`] for validator nodes or [`with_fullnode`] for full nodes instead.
/// **Deprecated**: Use `with_validator` for validator nodes or `with_fullnode` for full nodes instead.
#[deprecated(
since = "0.4.0",
note = "Use `with_validator()` for validator nodes or `with_fullnode()` for full nodes instead"
@@ -882,7 +882,7 @@ impl<C: Context> TeyrchainConfigBuilder<WithId, C> {
/// Add a new node using a nested [`NodeConfigBuilder`].
///
/// **Deprecated**: Use [`with_collator`] for collator nodes or [`with_fullnode`] for full nodes instead.
/// **Deprecated**: Use `with_collator` for collator nodes or `with_fullnode` for full nodes instead.
#[deprecated(
since = "0.4.0",
note = "Use `with_collator()` for collator nodes or `with_fullnode()` for full nodes instead"
@@ -1014,7 +1014,7 @@ impl<C: Context> TeyrchainConfigBuilder<WithAtLeastOneCollator, C> {
/// Add a new node using a nested [`NodeConfigBuilder`].
///
/// **Deprecated**: Use [`with_collator`] for collator nodes or [`with_fullnode`] for full nodes instead.
/// **Deprecated**: Use `with_collator` for collator nodes or `with_fullnode` for full nodes instead.
#[deprecated(
since = "0.4.0",
note = "Use `with_collator()` for collator nodes or `with_fullnode()` for full nodes instead"