Skip to content

Commit

Permalink
Merge pull request #5347 from oasisprotocol/matevz/docs/fix-tendermin…
Browse files Browse the repository at this point in the history
…t-links

Pin tendermint links to 22.2.x branch
  • Loading branch information
matevz authored Aug 14, 2023
2 parents 1e23ff7 + 31767b3 commit de57b13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changelog/5347.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
docs: Pin tendermint links to 22.2.x branch

Since we moved (and renamed folders) from tendermint to cometbft in the master
branch, links in the stable branch docs to the source files are now broken.
Fix the links by pointing to source files in the stable git branch.
8 changes: 4 additions & 4 deletions docs/consensus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The Tendermint consensus backend is split into two major parts:
Oasis Core Consensus interface.

<!-- markdownlint-disable line-length -->
[`go/consensus/tendermint`]: https://github.com/oasisprotocol/oasis-core/tree/master/go/consensus/tendermint
[`go/consensus/tendermint`]: https://github.com/oasisprotocol/oasis-core/tree/stable/22.2.x/go/consensus/tendermint
[the Tendermint Core developer documentation]: https://docs.tendermint.com/
<!-- markdownlint-enable line-length -->

Expand All @@ -93,8 +93,8 @@ _consensus layer_ interface living in [`go/consensus/tendermint/apps/<app>`].

<!-- markdownlint-disable line-length -->
[ABCI protocol]: https://github.com/tendermint/tendermint/blob/master/spec/abci/abci.md
[`go/consensus/tendermint/abci/mux.go`]: https://github.com/oasisprotocol/oasis-core/tree/master/go/consensus/tendermint/abci/mux.go
[`go/consensus/tendermint/apps/<app>`]: https://github.com/oasisprotocol/oasis-core/tree/master/go/consensus/tendermint/apps
[`go/consensus/tendermint/abci/mux.go`]: https://github.com/oasisprotocol/oasis-core/tree/stable/22.2.x/go/consensus/tendermint/abci/mux.go
[`go/consensus/tendermint/apps/<app>`]: https://github.com/oasisprotocol/oasis-core/tree/stable/22.2.x/go/consensus/tendermint/apps
<!-- markdownlint-enable line-length -->

### State Storage
Expand Down Expand Up @@ -156,7 +156,7 @@ func (s *staking) TotalSupply(ctx context.Context, height int64) (*quantity.Quan
```

<!-- markdownlint-disable line-length -->
[`go/consensus/tendermint/<service>`]: https://github.com/oasisprotocol/oasis-core/tree/master/go/consensus/tendermint
[`go/consensus/tendermint/<service>`]: https://github.com/oasisprotocol/oasis-core/tree/stable/22.2.x/go/consensus/tendermint
[ABCI query functionality]: https://github.com/tendermint/tendermint/blob/master/spec/abci/abci.md#query-1
<!-- markdownlint-enable line-length -->

Expand Down

0 comments on commit de57b13

Please sign in to comment.