Skip to content

Commit

Permalink
fix: Broken links in state_machine_modules.md (#2094)
Browse files Browse the repository at this point in the history
<!--
Please read and fill out this form before submitting your PR.

Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->

## Overview
Closes: #2093 
<!-- 
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue. 
-->

## Checklist

<!-- 
Please complete the checklist to ensure that the PR is ready to be
reviewed.

IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
-->

- [ ] New and updated code has appropriate documentation
- [ ] New and updated code has new and/or updated testing
- [ ] Required CI checks are passing
- [ ] Visual proof for any user facing features like CLI or
documentation updates
- [x] Linked issues closed with keywords

---------

Co-authored-by: Rootul Patel <rootulp@gmail.com>
  • Loading branch information
tungbq and rootulp authored Jul 12, 2023
1 parent 8cec66e commit ee05ce7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
12 changes: 6 additions & 6 deletions specs/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
- [Public-Key Cryptography](./specs/public_key_cryptography.md)
- [Data Square Layout](./specs/data_square_layout.md)
- [State Machine Modules](./specs/state_machine_modules.md)
- [blob](../../x/blob/README.md)
- [qgb](../../x/qgb/README.md)
- [mint](../../x/mint/README.md)
- [paramfilter](../../x/paramfilter/README.md)
- [upgrade](../../x/upgrade/README.md)
- [tokenfilter](../../x/tokenfilter/README.md)
- [blob](https://github.com/celestiaorg/celestia-app/blob/main/x/blob/README.md)
- [qgb](https://github.com/celestiaorg/celestia-app/blob/main/x/qgb/README.md)
- [mint](https://github.com/celestiaorg/celestia-app/blob/main/x/mint/README.md)
- [paramfilter](https://github.com/celestiaorg/celestia-app/blob/main/x/paramfilter/README.md)
- [upgrade](https://github.com/celestiaorg/celestia-app/blob/main/x/upgrade/README.md)
- [tokenfilter](https://github.com/celestiaorg/celestia-app/blob/main/x/tokenfilter/README.md)
6 changes: 0 additions & 6 deletions specs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,3 @@
- [Public-Key Cryptography](./specs/public_key_cryptography.md)
- [Data Square Layout](./specs/data_square_layout.md)
- [State Machine Modules](./specs/state_machine_modules.md)
- [blob](../../x/blob/README.md)
- [qgb](../../x/qgb/README.md)
- [mint](../../x/mint/README.md)
- [paramfilter](../../x/paramfilter/README.md)
- [upgrade](../../x/upgrade/README.md)
- [tokenfilter](../../x/tokenfilter/README.md)
12 changes: 6 additions & 6 deletions specs/src/specs/state_machine_modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Celestia app is built using the cosmos-sdk, and follows standard cosmos-sdk modu

## `celestia-app` Specific Modules

- [blob](../../../x/blob/README.md)
- [qgb](../../../x/qgb/README.md)
- [mint](../../../x/mint/README.md)
- [paramfilter](../../../x/paramfilter/README.md)
- [upgrade](../../../x/upgrade/README.md)
- [tokenfilter](../../../x/tokenfilter/README.md)
- [blob](https://github.com/celestiaorg/celestia-app/blob/main/x/blob/README.md)
- [qgb](https://github.com/celestiaorg/celestia-app/blob/main/x/qgb/README.md)
- [mint](https://github.com/celestiaorg/celestia-app/blob/main/x/mint/README.md)
- [paramfilter](https://github.com/celestiaorg/celestia-app/blob/main/x/paramfilter/README.md)
- [upgrade](https://github.com/celestiaorg/celestia-app/blob/main/x/upgrade/README.md)
- [tokenfilter](https://github.com/celestiaorg/celestia-app/blob/main/x/tokenfilter/README.md)

## Standard `cosmos-sdk` Modules

Expand Down

0 comments on commit ee05ce7

Please sign in to comment.