Skip to content

Commit a1951b4

Browse files
committed
docs: fix internal broken links to files: use the [text](/base-working-dir/subdir/page.md#id) format where corrected
1 parent 9f31775 commit a1951b4

15 files changed

+60
-61
lines changed

how-to-guides/arbitrum-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Then the `Read` logic takes care of taking the deserialized Blob Pointer struct
4747

4848
The following represents a non-exhaustive list of considerations when running a Batch Poster node for a chain with Celestia underneath:
4949
- You will need to use a consensus node RPC endpoint, you can
50-
[find a list of them for Mocha](../how-to-guides/mocha-testnet#community-rpc-endpoints)
50+
[find a list of them for Mocha](../how-to-guides/mocha-testnet.md#community-rpc-endpoints)
5151
- The Batch Poster will only post a Celestia batch to the underlying chain if the height for which it posted is in a recent range in BlobstreamX and if the verification succeeds, otherwise it will discard the batch. Since it will wait until a range is relayed, it can take several minutes for a batch to be posted, but one can always make an on-chain request for the BlobstreamX contract to relay a header promptly.
5252

5353
The following represents a non-exhaustive list of considerations when running a Nitro node for a chain with Celestia underneath:

how-to-guides/bridge-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ add the port after the IP address or use the
8484
port if you prefer.
8585

8686
Refer to
87-
[the ports section of the celestia-node troubleshooting page](../how-to-guides/celestia-node-troubleshooting.md#ports)
87+
[the ports section of the celestia-node troubleshooting page](/how-to-guides/celestia-node-troubleshooting.md#ports)
8888
for information on which ports are required to be open on your machine.
8989

9090
Using an RPC of your own, or one from the
@@ -136,7 +136,7 @@ celestia bridge start --core.ip validator-1.celestia-arabica-11.com \
136136
--p2p.network arabica
137137
```
138138

139-
You can create your key for your node by [following the `cel-key` instructions](../../tutorials/celestia-node-key).
139+
You can create your key for your node by [following the `cel-key` instructions](/tutorials/celestia-node-key.md).
140140

141141
Once you start the bridge node, a wallet key will be generated for you.
142142
You will need to fund that address with Testnet tokens to pay for

how-to-guides/full-storage-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ node's account balance, a gRPC endpoint of a validator
7373
(core) node must be passed as directed below.
7474

7575
Refer to
76-
[the ports section of the celestia-node troubleshooting page](../../how-to-guides/celestia-node-troubleshooting/#ports)
76+
[the ports section of the celestia-node troubleshooting page](/how-to-guides/celestia-node-troubleshooting.md#ports)
7777
for information on which ports are required to be open on your machine.
7878

7979
```sh
@@ -91,7 +91,7 @@ provides the light node with access to state queries (reading balances, submitti
9191
transactions, and other state-related queries).
9292

9393
You can create your key for your node by following
94-
[the `cel-key` instructions](../../tutorials/celestia-node-key)
94+
[the `cel-key` instructions](/tutorials/celestia-node-key.md)
9595

9696
Once you start the full storage node, a wallet key will be generated for you.
9797
You will need to fund that address with testnet tokens to pay for

how-to-guides/instantiate-testnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ or if you want to test out new features to build as a core developer.
1212
## Hardware requirements
1313

1414
You will need to
15-
[follow hardware requirements](./validator-node#hardware-requirements).
15+
[follow hardware requirements](./validator-node.md#hardware-requirements).
1616

1717
## Setup dependencies
1818

how-to-guides/light-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ node's account balance, a gRPC endpoint of a validator
9090
(core) node must be passed as directed below.
9191

9292
Refer to
93-
[the ports section of the celestia-node troubleshooting page](../../how-to-guides/celestia-node-troubleshooting/#ports)
93+
[the ports section of the celestia-node troubleshooting page](/how-to-guides/celestia-node-troubleshooting.md#ports)
9494
for information on which ports are required to be open on your machine.
9595

9696
::: code-group
@@ -114,7 +114,7 @@ Tip: you can replace the core.ip with a consensus node RPC endpoint from [Mainne
114114
### Keys and wallets
115115

116116
You can create your key for your node by running the following command with the
117-
[`cel-key` utility](../../tutorials/celestia-node-key) in the
117+
[`cel-key` utility](/tutorials/celestia-node-key.md) in the
118118
`celestia-node` directory:
119119

120120
```sh

how-to-guides/mainnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ your own node.
121121

122122
### Consensus nodes
123123

124-
- [Consensus node](./consensus-node)
125-
- [Validator node](./validator-node)
124+
- [Consensus node](./consensus-node.md)
125+
- [Validator node](./validator-node.md)
126126

127127
#### Community consensus RPC endpoints
128128

how-to-guides/mocha-testnet.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ participate in Mocha:
2424

2525
Consensus:
2626

27-
- [Consensus node](./full-consensus-node)
28-
- [Validator node](./validator-node)
27+
- [Consensus node](./consensus-node.md)
28+
- [Validator node](./validator-node.md)
2929

3030
Data Availability:
3131

@@ -136,19 +136,19 @@ as REST endpoints. This allows for communication with the node using REST
136136
calls, which can be useful if the client does not support gRPC or HTTP2.
137137
The default port is 1317.
138138

139-
- [https://api-mocha.pops.one](https://api-mocha.pops.one)
140-
- [https://api.celestia-mocha.com/](https://api.celestia-mocha.com/)
141-
- [https://celestia-testnet.brightlystake.com/api](https://celestia-testnet.brightlystake.com/api)
142-
- [https://api-celestia-mocha.trusted-point.com](https://api-celestia-mocha.trusted-point.com)
143-
- [https://api-celestia-testnet-01.stakeflow.io/](https://api-celestia-testnet-01.stakeflow.io/)
144-
- [https://mocha.api.cumulo.me/](https://mocha.api.cumulo.me/)
145-
- [https://api.archive.mocha.cumulo.com.es](https://api.archive.mocha.cumulo.com.es)
146-
- [https://api-mocha-full.avril14th.org](https://api-mocha-full.avril14th.org)
147-
- [https://api-1.testnet.celestia.nodes.guru](https://api-1.testnet.celestia.nodes.guru)
148-
- [https://api-2.testnet.celestia.nodes.guru](https://api-2.testnet.celestia.nodes.guru)
149-
- [https://celestia-testnet-api.itrocket.net](https://celestia-testnet-api.itrocket.net)
150-
- [https://api-celestia-testnet.cryptech.com.ua](https://api-celestia-testnet.cryptech.com.ua)
151-
- [https://celestia-t-api.noders.services](https://celestia-t-api.noders.services)
139+
- `https://api-mocha.pops.one`
140+
- `https://api.celestia-mocha.com/`
141+
- `https://celestia-testnet.brightlystake.com/api`
142+
- `https://api-celestia-mocha.trusted-point.com`
143+
- `https://api-celestia-testnet-01.stakeflow.io/`
144+
- `https://mocha.api.cumulo.me/`
145+
- `https://api.archive.mocha.cumulo.com.es`
146+
- `https://api-mocha-full.avril14th.org`
147+
- `https://api-1.testnet.celestia.nodes.guru`
148+
- `https://api-2.testnet.celestia.nodes.guru`
149+
- `https://celestia-testnet-api.itrocket.net`
150+
- `https://api-celestia-testnet.cryptech.com.ua`
151+
- `https://celestia-t-api.noders.services`
152152

153153
## Community gRPC endpoints
154154

@@ -225,20 +225,20 @@ Faucet has a limit of 10 tokens per week per address/Discord ID.
225225

226226
The following websites provide analytics for Mocha Testnet:
227227

228-
- [https://cosmoslist.co/testnet/celestia](https://cosmoslist.co/testnet/celestia)
228+
- <https://cosmoslist.co/testnet/celestia>
229229

230230
## Explorers
231231

232232
There are several explorers you can use for Mocha:
233233

234-
- [https://testnet.mintscan.io/celestia-testnet](https://testnet.mintscan.io/celestia-testnet)
235-
- [https://mocha.celenium.io](https://mocha.celenium.io)
236-
- [https://explorer.nodestake.top/celestia-testnet/](https://explorer.nodestake.top/celestia-testnet)
237-
- [https://stakeflow.io/celestia-testnet](https://stakeflow.io/celestia-testnet)
238-
- [https://testnet.celestia.explorers.guru](https://testnet.celestia.explorers.guru)
239-
- [https://testnet.itrocket.net/celestia](https://testnet.itrocket.net/celestia)
240-
- [https://explorers.cryptech.com.ua/Celestia-Testnet](https://explorers.cryptech.com.ua/Celestia-Testnet)
241-
- [https://testnet.celestia.valopers.com/](https://testnet.celestia.valopers.com/)
234+
- `https://testnet.mintscan.io/celestia-testnet`
235+
- `https://mocha.celenium.io`
236+
- `https://explorer.nodestake.top/celestia-testnet/`
237+
- `https://stakeflow.io/celestia-testnet`
238+
- `https://testnet.celestia.explorers.guru`
239+
- `https://testnet.itrocket.net/celestia`
240+
- `https://explorers.cryptech.com.ua/Celestia-Testnet`
241+
- `https://testnet.celestia.valopers.com/`
242242

243243
## Network upgrades
244244

how-to-guides/multiaccounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ use the [`cel-key` library](https://github.com/celestiaorg/celestia-node/blob/ma
6060
./cel-key import
6161
```
6262
Learn more on the
63-
[Create a wallet with celestia-node](./celestia-node-key#create-a-wallet-with-celestia-node)
63+
[Create a wallet with celestia-node](/tutorials/celestia-node-key.md#create-a-wallet-with-celestia-node)
6464
page.
6565

6666
## Optional flags for write transactions

how-to-guides/nodes-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Celestia node operators can run several options on the network.
1111

1212
Consensus:
1313

14-
- [Validator node](./validator-node):
14+
- [Validator node](./validator-node.md):
1515
This type of node participates
1616
in consensus by producing and voting on blocks.
17-
- [Consensus node](./consensus-node): A celestia-app full node
17+
- [Consensus node](./consensus-node.md): A celestia-app full node
1818
to sync blockchain history.
1919

2020
Data Availability:

how-to-guides/rollup-stacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ any monolithic chain. But, the data of those transactions get sent to a
8686
layer 1 blockchain to carry out the remaining functions.
8787

8888
If you want to brush up on your understanding of modular blockchains,
89-
head over to [learn modular](../learn/how-celestia-works/monolithic-vs-modular).
89+
head over to [learn modular](../learn/how-celestia-works/monolithic-vs-modular.md).
9090

9191
## Benefits of modular blockchains
9292

0 commit comments

Comments
 (0)