Skip to content

Commit d1405de

Browse files
committed
docs/node: Replace Tendermint with CometBFT links for state sync page
1 parent 3c12f5c commit d1405de

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/node/run-your-node/advanced/sync-node-using-state-sync.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The State Sync is a way to **quickly bootstrap** a **full Oasis node** (either a
44
[validator node](../validator-node.mdx) or a
55
[non-validator node](../non-validator-node.mdx)) by using the
6-
[Tendermint's Light Client protocol]. It allows one to initialize a node from a
6+
[CometBFT's Light Client protocol]. It allows one to initialize a node from a
77
trusted height, its corresponding block's header and a trusted validator set
88
(given in the [genesis document](../../genesis-doc.md)). It does so by securely
99
updating the node's trusted state by requesting and verifying a minimal set of
@@ -19,7 +19,7 @@ node to the other].
1919

2020
:::caution
2121

22-
Tendermint's Light Client protocol requires at least 1 full node to be correct
22+
CometBFT's Light Client protocol requires at least 1 full node to be correct
2323
to be able to [detect and submit evidence for a light client attack].
2424

2525
:::
@@ -69,11 +69,11 @@ something like the following in your node's logs:
6969

7070
:::
7171

72-
[Tendermint's Light Client protocol]:
73-
https://docs.tendermint.com/main/tendermint-core/light-client.html
72+
[CometBFT's Light Client protocol]:
73+
https://docs.cometbft.com/main/explanation/core/light-client
7474
[copy state from one node to the other]: copy-state-from-one-node-to-the-other.md
7575
[detect and submit evidence for a light client attack]:
76-
https://docs.tendermint.com/main/tendermint-core/light-client.html#where-to-obtain-trusted-height-hash
76+
https://docs.cometbft.com/main/explanation/core/light-client#where-to-obtain-trusted-height--hash
7777
[Wiping Node State]: ../maintenance/wiping-node-state.md#state-wipe-and-keep-node-identity
7878

7979
### Obtaining Trusted Height and Hash

0 commit comments

Comments
 (0)