From 4b026348dcad9a103d1c61b06b18de380060271e Mon Sep 17 00:00:00 2001 From: adamrturman Date: Thu, 23 Sep 2021 12:16:10 -0500 Subject: [PATCH] added links and consistent file naming --- docs/readme.md | 8 ++++---- docs/{validatorguide.md => validator_guide.md} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename docs/{validatorguide.md => validator_guide.md} (100%) diff --git a/docs/readme.md b/docs/readme.md index 55315315..82e4df19 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -38,13 +38,13 @@ f0c90f0cbf96d230a83cd2309b8fd032e52d7fb933881541472df1bf2703a939 - For additional information about upgrades: -- Upgrading a Validator -- Upgrading a Wallet -- Upgrading an Oracle +- Upgrading a [Validator](https://github.com/Kava-Labs/kava/blob/master/docs/upgrade_validator.md) +- Upgrading a [Wallet](https://github.com/Kava-Labs/kava/blob/master/docs/upgrade_wallet.md) +- Upgrading an [Oracle](https://github.com/Kava-Labs/kava/blob/master/docs/upgrade_oracle.md) ### Validator Guide -Use this [guide](https://github.com/Kava-Labs/kava/blob/master/docs/validatorguide.md) to set up a mainnet validator. Note that this is a minimal guide and does not cover more advanced topics like [sentry node architecture](https://github.com/stakefish/cosmos-validator-design) and [double signing protection](https://github.com/tendermint/tmkms). It is strongly recommended that any parties considering validating do additional research. If you have questions, please join the active conversation in the #validators thread of the [__Kava Discord Channel__](https://discord.com/invite/kQzh3Uv). +Use this [guide](https://github.com/Kava-Labs/kava/blob/master/docs/validator_guide.md) to set up a mainnet validator. Note that this is a minimal guide and does not cover more advanced topics like [sentry node architecture](https://github.com/stakefish/cosmos-validator-design) and [double signing protection](https://github.com/tendermint/tmkms). It is strongly recommended that any parties considering validating do additional research. If you have questions, please join the active conversation in the #validators thread of the [__Kava Discord Channel__](https://discord.com/invite/kQzh3Uv). ## Testnet diff --git a/docs/validatorguide.md b/docs/validator_guide.md similarity index 100% rename from docs/validatorguide.md rename to docs/validator_guide.md