diff --git a/crates/stages/src/stages/index_account_history.rs b/crates/stages/src/stages/index_account_history.rs index 18634276e4..6d2888c969 100644 --- a/crates/stages/src/stages/index_account_history.rs +++ b/crates/stages/src/stages/index_account_history.rs @@ -16,8 +16,9 @@ use tracing::*; const INDEX_ACCOUNT_HISTORY: StageId = StageId("IndexAccountHistoryStage"); -/// Stage is indexing history the account changesets generated in [`ExecutionStage`] -/// For more information on index sharding please look at [`tables::AccountHistory`] +/// Stage is indexing history the account changesets generated in +/// [`ExecutionStage`][crate::stages::ExecutionStage]. For more information +/// on index sharding take a look at [`tables::AccountHistory`] #[derive(Debug)] pub struct IndexAccountHistoryStage { /// Number of blocks after which the control diff --git a/crates/stages/src/stages/index_storage_history.rs b/crates/stages/src/stages/index_storage_history.rs index c3bc6fd4e5..99b3381bb8 100644 --- a/crates/stages/src/stages/index_storage_history.rs +++ b/crates/stages/src/stages/index_storage_history.rs @@ -16,8 +16,9 @@ use tracing::*; const INDEX_STORAGE_HISTORY: StageId = StageId("IndexStorageHistoryStage"); -/// Stage is indexing history the account changesets generated in [`ExecutionStage`] -/// For more information on index sharding please look at [`tables::StorageHistory`] +/// Stage is indexing history the account changesets generated in +/// [`ExecutionStage`][crate::stages::ExecutionStage]. For more information +/// on index sharding take a look at [`tables::StorageHistory`]. #[derive(Debug)] pub struct IndexStorageHistoryStage { /// Number of blocks after which the control