Skip to content

Commit 11c74de

Browse files
crodriguezvegamergify[bot]
authored andcommitted
fix broken links (#2511)
Co-authored-by: Carlos Rodriguez <crodveg@gmail.com> (cherry picked from commit 4c45212)
1 parent c65a546 commit 11c74de

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ write a little note why.
2020

2121
- [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
2222
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
23-
- [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
23+
- [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules/10-structure.md).
2424
- [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
2525
- [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
2626
- [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).

docs/DOCS_README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ We are using [Algolia](https://www.algolia.com) to power full-text search. This
9696
## Consistency
9797

9898
Because the build processes are identical (as is the information contained herein), this file should be kept in sync as
99-
much as possible with its [counterpart in the Cosmos SDK repo](https://github.com/cosmos/cosmos-sdk/tree/master/docs/DOCS_README.md).
99+
much as possible with its [counterpart in the Cosmos SDK repo](https://github.com/cosmos/cosmos-sdk/blob/main/docs/README.md).
100100

101101
### Update and Build the RPC docs
102102

docs/apps/transfer/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ order: 6
44

55
# Metrics
66

7-
The IBC transfer application module exposes the following set of [metrics](https://github.com/cosmos/cosmos-sdk/blob/main/docs/core/telemetry.md).
7+
The IBC transfer application module exposes the following set of [metrics](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/core/09-telemetry.md).
88

99
| Metric | Description | Unit | Type |
1010
|:--------------------------------|:------------------------------------------------------------------------------------------|:----------------|:--------|

docs/ibc/apps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,4 +468,4 @@ callbacks](https://github.com/cosmos/ibc-go/blob/main/modules/apps/transfer/ibc_
468468
469469
## Next {hide}
470470
471-
Learn about [building modules](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/intro.md) {hide}
471+
Learn about [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules/01-intro.md) {hide}

docs/ibc/apps/apps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ callbacks](https://github.com/cosmos/ibc-go/blob/main/modules/apps/transfer/ibc_
4848

4949
## Next {hide}
5050

51-
Learn about [building modules](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/intro.md) {hide}
51+
Learn about [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules/01-intro.md) {hide}

docs/ibc/integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func NewApp(...args) *App {
139139
140140
### Module Managers
141141
142-
In order to use IBC, we need to add the new modules to the module `Manager` and to the `SimulationManager` in case your application supports [simulations](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/simulator.md).
142+
In order to use IBC, we need to add the new modules to the module `Manager` and to the `SimulationManager` in case your application supports [simulations](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules/13-simulator.md).
143143
144144
```go
145145
// app.go

docs/ibc/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Proofs are passed from core IBC to light-clients as bytes. It is up to light cli
136136
[ICS-24 Host State Machine Requirements](https://github.com/cosmos/ics/tree/master/spec/core/ics-024-host-requirements).
137137
- The proof format that all implementations must be able to produce and verify is defined in [ICS-23 Proofs](https://github.com/confio/ics23) implementation.
138138

139-
### [Capabilities](https://github.com/cosmos/cosmos-sdk/blob/master/docs/core/ocap.md)
139+
### [Capabilities](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/core/10-ocap.md)
140140

141141
IBC is intended to work in execution environments where modules do not necessarily trust each
142142
other. Thus, IBC must authenticate module actions on ports and channels so that only modules with the

docs/ibc/relayer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ order: 6
77
## Pre-requisites Readings
88

99
- [IBC Overview](./overview.md) {prereq}
10-
- [Events](https://github.com/cosmos/cosmos-sdk/blob/master/docs/core/events.md) {prereq}
10+
- [Events](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/core/08-events.md) {prereq}
1111

1212
## Events
1313

docs/middleware/ics29-fee/fee-distribution.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type MsgRegisterCounterpartyPayee struct {
5050
>
5151
> - `PortId` is invalid (see [24-host naming requirements](https://github.com/cosmos/ibc/blob/master/spec/core/ics-024-host-requirements/README.md#paths-identifiers-separators).
5252
> - `ChannelId` is invalid (see [24-host naming requirements](https://github.com/cosmos/ibc/blob/master/spec/core/ics-024-host-requirements/README.md#paths-identifiers-separators)).
53-
> - `Relayer` is an invalid address (see [Cosmos SDK Addresses](https://github.com/cosmos/cosmos-sdk/blob/main/docs/basics/accounts.md#Addresses)).
53+
> - `Relayer` is an invalid address (see [Cosmos SDK Addresses](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/basics/03-accounts.md#addresses)).
5454
> - `CounterpartyPayee` is empty.
5555
5656
See below for an example CLI command:
@@ -95,8 +95,8 @@ type MsgRegisterPayee struct {
9595
>
9696
> - `PortId` is invalid (see [24-host naming requirements](https://github.com/cosmos/ibc/blob/master/spec/core/ics-024-host-requirements/README.md#paths-identifiers-separators).
9797
> - `ChannelId` is invalid (see [24-host naming requirements](https://github.com/cosmos/ibc/blob/master/spec/core/ics-024-host-requirements/README.md#paths-identifiers-separators)).
98-
> - `Relayer` is an invalid address (see [Cosmos SDK Addresses](https://github.com/cosmos/cosmos-sdk/blob/main/docs/basics/accounts.md#Addresses)).
99-
> - `Payee` is an invalid address (see [Cosmos SDK Addresses](https://github.com/cosmos/cosmos-sdk/blob/main/docs/basics/accounts.md#Addresses)).
98+
> - `Relayer` is an invalid address (see [Cosmos SDK Addresses](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/basics/03-accounts.md#addresses)).
99+
> - `Payee` is an invalid address (see [Cosmos SDK Addresses](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/basics/03-accounts.md#addresses)).
100100
101101
See below for an example CLI command:
102102

0 commit comments

Comments
 (0)