fix(docs): broken links in stages docs (#1084)

This commit is contained in:
Roman Krasiuk
2023-01-30 11:18:05 +02:00
committed by GitHub
parent e63d257f0a
commit 0c2225956d
2 changed files with 6 additions and 4 deletions

View File

@@ -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

View File

@@ -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