diff --git a/specs/merge/client_settings.md b/specs/merge/client_settings.md index f1ff8b639..520ca1fdf 100644 --- a/specs/merge/client_settings.md +++ b/specs/merge/client_settings.md @@ -6,7 +6,7 @@ This document specifies configurable settings that merge clients are expected to ### Override terminal total difficulty -To coordinate changes to [`terminal_total_difficulty`](specs/merge/fork-choice.md#transitionstore), clients +To coordinate changes to [`terminal_total_difficulty`](fork-choice.md#transitionstore), clients should have a setting `--terminal-total-difficulty-override`. If `TransitionStore` has already been initialized, this just changes the value of @@ -14,4 +14,4 @@ If `TransitionStore` has already been initialized, this just changes the value o `terminal_total_difficulty`. By default, this setting is expected to not be used and `terminal_total_difficulty` will be set as defined -[here](specs/merge/fork.md#initializing-transition-store). +[here](fork.md#initializing-transition-store). diff --git a/specs/merge/fork.md b/specs/merge/fork.md index 0785f577c..64216a401 100644 --- a/specs/merge/fork.md +++ b/specs/merge/fork.md @@ -129,4 +129,4 @@ def initialize_transition_store(state: BeaconState) -> TransitionStore: ``` Note that transition store can also be initialized at client startup by [overriding terminal total -difficulty](specs/merge/client_settings.md#override-terminal-total-difficulty). +difficulty](client_settings.md#override-terminal-total-difficulty).