diff --git a/docs/guide/src/node/pd/install.md b/docs/guide/src/node/pd/install.md index dd5047270d..8fb2c3d680 100644 --- a/docs/guide/src/node/pd/install.md +++ b/docs/guide/src/node/pd/install.md @@ -26,6 +26,6 @@ There's also a one-liner install script available on the release page, which wil You'll need to have [CometBFT installed](https://docs.cometbft.com/v0.37/guides/install) on your system to join your node to the testnet. You must use a compatible version of CometBFT. Any version in the `v0.37.x` series will work, such as `{{ #include ../../cometbft_version.md }}`, -which you can download [from the CometBFT releases page](https://github.com/cometbft/cometbft/releases/tag/{{ #include ../../cometbft_version.md }}). +which you can download [from the CometBFT releases page]which you can download [from the CometBFT releases page](https://github.com/cometbft/cometbft/releases /{{#include ../../cometbft_version.md }}). If you prefer to compile from source instead, make sure you are compiling the correct version by checking out its tag in the CometBFT repo before building.