Skip to content

Commit

Permalink
chore(ica): add trail of bits audit report (cosmos#903) (cosmos#944)
Browse files Browse the repository at this point in the history
* chore(ica): add trail of bits audit report

* relocate the audit report for ICA

Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
(cherry picked from commit f442721)

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
  • Loading branch information
mergify[bot] and crodriguezvega committed Feb 17, 2022
1 parent 053e00e commit f68514c
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,37 +109,37 @@ module.exports = {
{
title: "Interchain Accounts",
directory: true,
path: "/app-modules",
path: "/apps",
children: [
{
title: "Overview",
directory: false,
path: "/app-modules/interchain-accounts/overview.html"
path: "/apps/interchain-accounts/overview.html"
},
{
title: "Authentication Modules",
directory: false,
path: "/app-modules/interchain-accounts/auth-modules.html"
path: "/apps/interchain-accounts/auth-modules.html"
},
{
title: "Active Channels",
directory: false,
path: "/app-modules/interchain-accounts/active-channels.html"
path: "/apps/interchain-accounts/active-channels.html"
},
{
title: "Integration",
directory: false,
path: "/app-modules/interchain-accounts/integration.html"
path: "/apps/interchain-accounts/integration.html"
},
{
title: "Parameters",
directory: false,
path: "/app-modules/interchain-accounts/parameters.html"
path: "/apps/interchain-accounts/parameters.html"
},
{
title: "Transactions",
directory: false,
path: "/app-modules/interchain-accounts/transactions.html"
path: "/apps/interchain-accounts/transactions.html"
},
]
},
Expand Down
Binary file not shown.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/migrations/v2-to-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The ICS4Wrapper should be the IBC Channel Keeper unless ICS 20 is being connecte
### ICS27

ICS27 Interchain Accounts has been added as a supported IBC application of ibc-go.
Please see the [ICS27 documentation](../app-modules/interchain-accounts/overview.md) for more information.
Please see the [ICS27 documentation](../apps/interchain-accounts/overview.md) for more information.

### Upgrade Proposal

Expand Down

0 comments on commit f68514c

Please sign in to comment.