Skip to content

Commit

Permalink
Fixing markdown link (cosmos#2924)
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton authored and zmanian committed Dec 19, 2022
1 parent a5ff864 commit bfe7ee8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/apps/interchain-accounts/legacy/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func initParamsKeeper(appCodec codec.BinaryCodec, legacyAmino *codec.LegacyAmino
As described above, the Interchain Accounts application module is structured to support the ability of exclusively enabling controller or host functionality.
This can be achieved by simply omitting either controller or host `Keeper` from the Interchain Accounts `NewAppModule` constructor function, and mounting only the desired submodule via the `IBCRouter`.
Alternatively, submodules can be enabled and disabled dynamically using [on-chain parameters](./parameters.md).
Alternatively, submodules can be enabled and disabled dynamically using [on-chain parameters](../parameters.md).
The following snippets show basic examples of statically disabling submodules using `app.go`.
Expand Down Expand Up @@ -192,4 +192,4 @@ icaControllerStack := icacontroller.NewIBCMiddleware(icaAuthIBCModule, app.ICACo
ibcRouter.
AddRoute(icacontrollertypes.SubModuleName, icaControllerStack).
AddRoute(icaauthtypes.ModuleName, icaControllerStack) // Note, the authentication module is routed to the top level of the middleware stack
```
```
6 changes: 3 additions & 3 deletions docs/ibc/light-clients/solomachine/solomachine.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ diversifier, and timestamp.

## Contents

1. **[Concepts](01_concepts.md)**
2. **[State](02_state.md)**
3. **[State Transitions](03_state_transitions.md)**
1. **[Concepts](./concepts.md)**
2. **[State](./state.md)**
3. **[State Transitions](./state_transitions.md)**

0 comments on commit bfe7ee8

Please sign in to comment.