From fac954cc7c2b29b38027f401b12f5fa084ac1a19 Mon Sep 17 00:00:00 2001 From: Danilo Pantani Date: Fri, 7 Oct 2022 06:49:13 -0300 Subject: [PATCH] fix(doc): fix broken markdown link (#1790) * fix broken markdown link * fix cosmosvisor links --- docs/hub-tutorials/upgrade-node.md | 2 +- docs/proto/proto-docs.md | 2 +- proto/gaia/globalfee/v1beta1/genesis.proto | 2 +- x/globalfee/types/genesis.pb.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/hub-tutorials/upgrade-node.md b/docs/hub-tutorials/upgrade-node.md index 32892552417..c74185ed9e2 100644 --- a/docs/hub-tutorials/upgrade-node.md +++ b/docs/hub-tutorials/upgrade-node.md @@ -9,7 +9,7 @@ This document describes the upgrade procedure of a `gaiad` full-node to a new ve ## Cosmovisor -The Cosmos SDK provides a convenient process manager that wraps around the `gaiad` binary and can automatically swap in new binaries upon a successful governance upgrade proposal. Cosmovisor is entirely optional but recommended. More information can be found in [cosmos.network docs](https://docs.cosmos.network/master/run-node/cosmovisor.html) and [cosmos-sdk/cosmovisor/readme](https://github.com/cosmos/cosmos-sdk/blob/master/cosmovisor/README.md). +The Cosmos SDK provides a convenient process manager that wraps around the `gaiad` binary and can automatically swap in new binaries upon a successful governance upgrade proposal. Cosmovisor is entirely optional but recommended. More information can be found in [cosmos.network docs](https://docs.cosmos.network/main/run-node/cosmovisor.html) and [cosmos-sdk/cosmovisor/readme](https://github.com/cosmos/cosmos-sdk/blob/master/cosmovisor/README.md). ### Setup diff --git a/docs/proto/proto-docs.md b/docs/proto/proto-docs.md index 48da1fe49fc..cb20c9dd118 100644 --- a/docs/proto/proto-docs.md +++ b/docs/proto/proto-docs.md @@ -62,7 +62,7 @@ Params defines the set of module parameters. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `minimum_gas_prices` | [cosmos.base.v1beta1.DecCoin](#cosmos.base.v1beta1.DecCoin) | repeated | Minimum stores the minimum gas price(s) for all TX on the chain. When multiple coins are defined then they are accepted alternatively. The list must be sorted by denoms asc. No duplicate denoms or zero amount values allowed. For more information see https://docs.cosmos.network/master/modules/auth/#concepts | +| `minimum_gas_prices` | [cosmos.base.v1beta1.DecCoin](#cosmos.base.v1beta1.DecCoin) | repeated | Minimum stores the minimum gas price(s) for all TX on the chain. When multiple coins are defined then they are accepted alternatively. The list must be sorted by denoms asc. No duplicate denoms or zero amount values allowed. For more information see https://docs.cosmos.network/main/modules/auth/#concepts | diff --git a/proto/gaia/globalfee/v1beta1/genesis.proto b/proto/gaia/globalfee/v1beta1/genesis.proto index 5d8689c80a7..9e0ff8380c0 100644 --- a/proto/gaia/globalfee/v1beta1/genesis.proto +++ b/proto/gaia/globalfee/v1beta1/genesis.proto @@ -21,7 +21,7 @@ message Params { // When multiple coins are defined then they are accepted alternatively. // The list must be sorted by denoms asc. No duplicate denoms or zero amount // values allowed. For more information see - // https://docs.cosmos.network/master/modules/auth/#concepts + // https://docs.cosmos.network/main/modules/auth/#concepts repeated cosmos.base.v1beta1.DecCoin minimum_gas_prices = 1 [ (gogoproto.nullable) = false, (gogoproto.jsontag) = "minimum_gas_prices,omitempty", diff --git a/x/globalfee/types/genesis.pb.go b/x/globalfee/types/genesis.pb.go index e3bd8c10480..057c327514c 100644 --- a/x/globalfee/types/genesis.pb.go +++ b/x/globalfee/types/genesis.pb.go @@ -77,7 +77,7 @@ type Params struct { // When multiple coins are defined then they are accepted alternatively. // The list must be sorted by denoms asc. No duplicate denoms or zero amount // values allowed. For more information see - // https://docs.cosmos.network/master/modules/auth/#concepts + // https://docs.cosmos.network/main/modules/auth/#concepts MinimumGasPrices github_com_cosmos_cosmos_sdk_types.DecCoins `protobuf:"bytes,1,rep,name=minimum_gas_prices,json=minimumGasPrices,proto3,castrepeated=github.com/cosmos/cosmos-sdk/types.DecCoins" json:"minimum_gas_prices,omitempty" yaml:"minimum_gas_prices"` }