Skip to content

Commit

Permalink
fix: markdown links (backport #3778) (#3798)
Browse files Browse the repository at this point in the history
Fixes a few broken links. See [failing
CI](https://github.com/celestiaorg/celestia-app/actions/runs/10354113554/job/28658603156).

## Testing

`make markdown-link-check` passes locally<hr>This is an automatic
backport of pull request #3778 done by [Mergify](https://mergify.com).

---------

Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
mergify[bot] and rootulp committed Aug 21, 2024
1 parent f378ff5 commit 387aafe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/celestiaorg/celestia-app)](https://goreportcard.com/report/github.com/celestiaorg/celestia-app)
[![GitPOAP Badge](https://public-api.gitpoap.io/v1/repo/celestiaorg/celestia-app/badge)](https://www.gitpoap.io/gh/celestiaorg/celestia-app)

celestia-app is the software used by [validators](https://docs.celestia.org/nodes/validator-node) and [full consensus nodes](https://docs.celestia.org/nodes/full-consensus-node) on the Celestia consensus network. celestia-app is a blockchain application built using parts of the Cosmos stack:
celestia-app is the software used by [validators](https://docs.celestia.org/nodes/validator-node) and [consensus nodes](https://docs.celestia.org/nodes/consensus-node) on the Celestia consensus network. celestia-app is a blockchain application built using parts of the Cosmos stack:

- [celestiaorg/cosmos-sdk](https://github.com/celestiaorg/cosmos-sdk) a fork of [cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk)
- [celestiaorg/celestia-core](https://github.com/celestiaorg/celestia-core) a fork of [cometbft/cometbft](https://github.com/cometbft/cometbft)
Expand Down
3 changes: 2 additions & 1 deletion specs/src/specs/namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ Among the potential consequences is the _Woods Attack_, as elaborated in this fo

## Implementation

See [go-square/namespace](https://github.com/celestiaorg/go-square/blob/main/shares/namespace.go).
See the [namespace implementation in go-square](https://github.com/celestiaorg/go-square/blob/4209e67d30fef7de29af2f2712104871c173543a/share/namespace.go).
For the most recent version, which may not reflect the current specifications, refer to [the latest namespace code](https://github.com/celestiaorg/go-square/blob/main/share/namespace.go).

## Go Definition

Expand Down
2 changes: 1 addition & 1 deletion specs/src/specs/shares.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Share splitting is the process of converting a blob into a share sequence. The p

## Implementation

See [go-square/shares](https://github.com/celestiaorg/go-square/tree/main/shares).
See [go-square/shares](https://github.com/celestiaorg/go-square/tree/c8242f96a844956f8d1c60e5511104deed8bc361/shares).

## References

Expand Down
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 start a consensus node and expose the RPC endpoint, see the [docs](https://docs.celestia.org/nodes/consensus-node).

## Usage

Expand Down

0 comments on commit 387aafe

Please sign in to comment.