diff --git a/src/content/developers/docs/consensus-mechanisms/pos/block-proposal/index.md b/src/content/developers/docs/consensus-mechanisms/pos/block-proposal/index.md index 5ad05733046..90dd605389d 100644 --- a/src/content/developers/docs/consensus-mechanisms/pos/block-proposal/index.md +++ b/src/content/developers/docs/consensus-mechanisms/pos/block-proposal/index.md @@ -8,7 +8,7 @@ Blocks are the fundamental units of the blockchain. Blocks are discrete units of ## Prerequisites {#prerequisites} -Block proposal is part of the proof-of-stake protocol. To help understand this page, we recommend you read about [proof-of-stake](src/content/developers/docs/consensus-mechanisms/pos/) and [block architecture](src/content/developers/docs/blocks/). +Block proposal is part of the proof-of-stake protocol. To help understand this page, we recommend you read about [proof-of-stake](/developers/docs/consensus-mechanisms/pos/) and [block architecture](/developers/docs/blocks/). ## Who produces blocks? {#who-produces-blocks}