Skip to content

Commit

Permalink
docs: update the specs links (backport #2637) (#2642)
Browse files Browse the repository at this point in the history
This is an automatic backport of pull request #2637 done by
[Mergify](https://mergify.com).


---


<details>
<summary>Mergify commands and options</summary>

<br />

More conditions and actions can be found in the
[documentation](https://docs.mergify.com/).

You can also trigger Mergify actions by commenting on this pull request:

- `@Mergifyio refresh` will re-evaluate the rules
- `@Mergifyio rebase` will rebase this PR on its base branch
- `@Mergifyio update` will merge the base branch into this PR
- `@Mergifyio backport <destination>` will backport this PR on
`<destination>` branch

Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you
can:

- look at your merge queues
- generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com
</details>

Co-authored-by: CHAMI Rachid <[email protected]>
  • Loading branch information
mergify[bot] and rach-id authored Oct 9, 2023
1 parent 79dbfbd commit 2335d2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ One namespace ID is located in the first `NamespaceIDSize` bytes, while the othe
## References

- Namespaced Merkle tree specifications: <https://github.com/celestiaorg/nmt/blob/master/docs/spec/nmt.md>
- Celestia original data square specification: <https://github.com/celestiaorg/celestia-app/blob/specs-staging/specs/src/specs/data_structures.md#arranging-available-data-into-shares>
- Celestia constants: <https://github.com/celestiaorg/celestia-app/blob/specs-staging/specs/src/specs/consensus.md#constants>
- Celestia reserved namespace IDs: <https://github.com/celestiaorg/celestia-app/blob/specs-staging/specs/src/specs/consensus.md#reserved-namespace-ids>
- Celestia original data square specification: <https://github.com/celestiaorg/celestia-app/blob/main/specs/src/specs/data_structures.md#arranging-available-data-into-shares>
- Celestia constants: <https://github.com/celestiaorg/celestia-app/blob/main/specs/src/specs/consensus.md#constants>
- Celestia reserved namespace IDs: <https://github.com/celestiaorg/celestia-app/blob/main/specs/src/specs/consensus.md#reserved-namespace-ids>

[nmtlink]: https://github.com/celestiaorg/nmt/blob/master/docs/spec/nmt.md
[nmtwrapper-link]: https://github.com/celestiaorg/celestia-app/blob/main/pkg/wrapper/nmt_wrapper.go
Expand Down

0 comments on commit 2335d2b

Please sign in to comment.