diff --git a/specs/src/parameters_v3.md b/specs/src/parameters_v3.md index c2912afb3d..037ccdf5d0 100644 --- a/specs/src/parameters_v3.md +++ b/specs/src/parameters_v3.md @@ -11,7 +11,7 @@ hardcoded in the application or they are blocked by the `x/paramfilter` module. | Parameter | Value | Summary | Changeable via Governance | |----------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------|---------------------------| | SquareSizeUpperBound | 128 | Hardcoded maximum square size which limits the number of shares per row or column for the original data square (not yet extended). | False | -| SubtreeRootThreshold | 64 | See ADR 13 for more details. | False | +| SubtreeRootThreshold | 64 | See [ADR-013](https://github.com/celestiaorg/celestia-app/blob/main/docs/architecture/adr-013-non-interactive-default-rules-for-zero-padding.md) for more details. | False | | MaxTxSize | 2 MiB | Maximum size of a transaction in bytes. | False | | TimeoutPropose | 3500 ms | Specifies the time that validators wait during the proposal phase of the consensus process. See CometBFT specs for more details. | False | | TimeoutCommit | 4200 ms | Specifies the duration that validators wait during the Commit phase of the consensus process. See CometBFT specs for more details. | False |