Skip to content

Commit a83023b

Browse files
authored
docs: fix broken link to specs (#184)
1 parent 1ce7a9a commit a83023b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ It does not support bridging assets such as fungible or non-fungible tokens dire
8181
It works by relying on a set of signers to attest to some event on Celestia: the Celestia validator set.
8282
The QGB contract keeps track of the Celestia validator set by updating its view of the validator set with `updateValidatorSet()`.
8383
More than 2/3 of the voting power of the current view of the validator set must sign off on new relayed events, submitted with `submitDataRootTupleRoot()`.
84-
Each event is a batch of `DataRootTuple`s, with each tuple representing a single [data root (i.e. block header)](https://celestiaorg.github.io/celestia-specs/latest/specs/data_structures.html#header).
84+
Each event is a batch of `DataRootTuple`s, with each tuple representing a single [data root (i.e. block header)](https://celestiaorg.github.io/celestia-app/specs/data_structures.html#header).
8585
Relayed tuples are in the same order as Celestia block headers.
8686

8787
### Events and messages relayed

0 commit comments

Comments
 (0)