Skip to content

Commit b144f57

Browse files
mergify[bot]crodriguezvega
authored andcommittedJan 19, 2023
chore: fix broken links (backport cosmos#2511) (cosmos#2520)
* fix broken links (cosmos#2511) Co-authored-by: Carlos Rodriguez <crodveg@gmail.com> (cherry picked from commit 4c45212) * Delete apps.md * Delete fee-distribution.md * fix conflict Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
1 parent 5d26af3 commit b144f57

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
 

‎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/ibc/apps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,4 +474,4 @@ callbacks](https://github.com/cosmos/ibc-go/blob/main/modules/apps/transfer/ibc_
474474
475475
## Next {hide}
476476
477-
Learn about [building modules](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/intro.md) {hide}
477+
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

‎modules/apps/transfer/spec/06_metrics.md

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

55
# Metrics
66

7-
The transfer IBC application module exposes the following set of [metrics](https://github.com/cosmos/cosmos-sdk/blob/master/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
|:--------------------------------|:------------------------------------------------------------------------------------------|:----------------|:--------|

0 commit comments

Comments
 (0)