Fix links

This commit is contained in:
lsankar4033 2021-09-08 13:06:22 -07:00
parent 0f7d8e5552
commit a542a07578
2 changed files with 3 additions and 3 deletions

View File

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

View File

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