Skip to content

Commit 153e94b

Browse files
committed
fix: resolve broken intra-doc links in encrypted_key.rs
Replace broken intra-doc links to node::account::AccountSecretKey and p2p::identity::SecretKey with proper HTML links that work when building documentation in the full workspace context. This fixes documentation build failures when using -D warnings for broken links.
1 parent f0b7c76 commit 153e94b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

core/src/encrypted_key.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
//! ## Usage
88
//!
99
//! This module is used by:
10-
//! - [`node::account::AccountSecretKey`] - Block producer keys for signing
11-
//! blocks and transactions
12-
//! - [`p2p::identity::SecretKey`] - P2P networking keys for node identity and
13-
//! peer authentication
10+
//! - Block producer keys ([`AccountSecretKey`]) for signing blocks and transactions
11+
//! - P2P networking keys ([`SecretKey`]) for node identity and peer authentication
12+
//!
13+
//! [`AccountSecretKey`]: ../../../node/account/struct.AccountSecretKey.html
14+
//! [`SecretKey`]: ../../../p2p/identity/struct.SecretKey.html
1415
//!
1516
//! ## Encryption Algorithms
1617
//!

0 commit comments

Comments
 (0)