Skip to content

Commit

Permalink
docs: link directly to proper cometbft version
Browse files Browse the repository at this point in the history
Based on feedback in Discord. Also fixes a broken link in the guide.
  • Loading branch information
conorsch committed Sep 26, 2023
1 parent e32ecf4 commit d265c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/src/pd.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Penumbra:

- [Building `pd`](./pd/build.md) describes how to build `pd`;
- [Joining a Testnet](./pd/join-testnet.md) describes how to join the current testnet;
- [Creating a Testnet](./pd/create-testnet.md) describes how to create a custom testnet, for instance for local development.
- [Creating a Testnet](./dev/devnet-quickstart.md) describes how to create a custom testnet, for instance for local development.
2 changes: 1 addition & 1 deletion docs/guide/src/pd/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on your system to join your node to the testnet.
**NOTE**: Previous versions of Penumbra used Tendermint, but as of Testnet 61 (released 2023-09-25),
only CometBFT is supported. **Do not use** any version of Tendermint, which may not work with `pd`.

Follow the [CometBFT installation instructions](https://docs.cometbft.com/v0.34/guides/install)
You can download `v0.34.27` [from the CometBFT releases page](https://github.com/cometbft/cometbft/releases/tag/v0.34.27)
to install a binary. If you prefer to compile from source instead,
make sure you are compiling version `v0.34.27`:

Expand Down

0 comments on commit d265c83

Please sign in to comment.