From 0c2225956da62bd40ba63684ceecf4ce31bd2c6e Mon Sep 17 00:00:00 2001 From: Roman Krasiuk Date: Mon, 30 Jan 2023 11:18:05 +0200 Subject: [PATCH] fix(docs): broken links in stages docs (#1084) --- crates/stages/src/stages/index_account_history.rs | 5 +++-- crates/stages/src/stages/index_storage_history.rs | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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