Skip to content

Commit

Permalink
docs: use relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoyooor committed Feb 25, 2024
1 parent 1809680 commit 487d7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The celestia-node public API is documented [here](https://node-rpc-docs.celestia
- **Full** nodes - fully reconstruct and store blocks by sampling the DA network for shares
- **Light** nodes - verify the availability of block data by sampling the DA network for shares

More information can be found [here](https://github.com/celestiaorg/celestia-node/blob/main/docs/adr/adr-003-march2022-testnet.md#legend).
More information can be found [here](/docs/adr/adr-003-march2022-testnet.md#legend).

## Run a node

Expand Down
2 changes: 1 addition & 1 deletion docs/adr/adr-010-incentivized-testnet-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ In the case where a node operator wants to send data from celestia-node to an OT
key_file: /home/cert-key.pem
```

1. Ensure that celestia-node runs with a TLS config that contains the Root CA created in step 1. See [sample code](https://github.com/celestiaorg/celestia-node/blob/rp/tracing-with-tls/cmd/flags_misc.go#L173-L199)
1. Ensure that celestia-node runs with a TLS config that contains the Root CA created in step 1. See [sample code](/rp/tracing-with-tls/cmd/flags_misc.go#L173-L199)

#### What are the resource requirements of OTEL collector?

Expand Down

0 comments on commit 487d7a0

Please sign in to comment.