Skip to content

Commit 2a9044f

Browse files
authoredDec 19, 2024
fix: link for message_block_layout.md (#1559)
**Description of changes**: Fixed an issue with the file path structure: the first link to the `message_block_layout.md` file in the `src/rationale` directory was not accessible because the file should be located directly in the `rationale` folder. The link has now been corrected to point to the proper file location.
1 parent 9bdf908 commit 2a9044f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/celestia-architecture/adr-002-ipld-da-sampling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This ADR:
2929
The core data structures and the erasure coding of the block are already implemented in celestia-core ([#17], [#19], [#83]).
3030
While there are no ADRs for these changes, we can refer to the Celestia specification in this case.
3131
For this aspect, the existing implementation and specification should already be on par for the most part.
32-
The exact arrangement of the data as described in this [rationale document](https://github.com/celestiaorg/celestia-specs/blob/master/rationale/message_block_layout.md)
32+
The exact arrangement of the data as described in this [rationale document](https://github.com/celestiaorg/celestia-specs/blob/master/src/rationale/message_block_layout.md)
3333
in the specification can happen at app-side of the ABCI boundary.
3434
The latter was implemented in [celestiaorg/celestia-app#21](https://github.com/celestiaorg/celestia-app/pull/21)
3535
leveraging a new ABCI method, added in [#110](https://github.com/celestiaorg/celestia-core/pull/110).

0 commit comments

Comments
 (0)