Skip to content

Commit

Permalink
docs: fix broken links to docs.celestia.org (#2763)
Browse files Browse the repository at this point in the history
Closes #2762

## Testing

`make markdown-link-check` passes locally
  • Loading branch information
rootulp authored Oct 24, 2023
1 parent aadc323 commit 82cf77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/blocktime/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`blocktime` is a simple tool to analyze block production rates of a chain. It scrapes the latest headers through the RPC endpoint of a provided node and calculates the average, min, max and standard deviation of the intervals between the last `n` blocks (default: 100).

To read up on starting a node and exposing the RPC endpoint go to the docs [here](https://docs.celestia.org/nodes/full-consensus-node/)
To read up on starting a node and exposing the RPC endpoint go to the docs [here](https://docs.celestia.org/nodes/consensus-node)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion x/blob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ celestia-app tx blob PayForBlobs <hex encoded namespace> <hex encoded data> [fla
```

For submitting PFB transaction via a light client's rpc, see [celestia-node's
documention](https://docs.celestia.org/developers/node-tutorial/#submitting-data ).
documention](https://docs.celestia.org/developers/node-tutorial#submitting-data).

The steps in the
[`SubmitPayForBlobs`](https://github.com/celestiaorg/celestia-app/blob/v1.0.0-rc2/x/blob/payforblob.go#L15-L54)
Expand Down

0 comments on commit 82cf77d

Please sign in to comment.