Skip to content

Commit

Permalink
fix more broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
avious00 authored Dec 3, 2023
1 parent 2d93042 commit 08f9055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/v2-to-v3-migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface IMailbox {
}
```

This is a departure from the existing [interchain gas payment](https://docs.hyperlane.xyz/docs/apis-and-sdks/interchain-gas-paymaster-api) and [hook](https://docs.hyperlane.xyz/docs/apis-and-sdks/hooks) interfaces but should be almost entirely backwards compatible. Mirroring the [interchain security modules](../reference/ISM/specify-your-ISM.mdx) pre-handle lifecycle hook, the architectural change is introducing post-dispatch lifecycle hooks which receive authenticated message content from the mailbox and perform some additional task, like paying interchain gas to relayers or using a different transport layer.
This is a departure from the existing [interchain gas payment](../reference/hooks/interchain-gas.mdx) and [hook](../reference/hooks/overview.mdx) interfaces but should be almost entirely backwards compatible. Mirroring the [interchain security modules](../reference/ISM/specify-your-ISM.mdx) pre-handle lifecycle hook, the architectural change is introducing post-dispatch lifecycle hooks which receive authenticated message content from the mailbox and perform some additional task, like paying interchain gas to relayers or using a different transport layer.

![v3 hook diagram](../../static/img/v3-hook-diagram.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/operate/config-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem';

**Description:** (Env only) List of additional configuration file paths to load in order (such as those in `hyperlane-monorepo/rust/config`). They will be merged first to last, so if both the first one and the last one specify a specific config path, the value set in the last file listed will be used.

These files must be accessible within the filesystem your agent has access to. If you're running in Docker, see [#config-files-with-docker](./#config-files-with-docker "mention") for tips on mounting your config files into your Docker container.
These files must be accessible within the filesystem your agent has access to. If you're running in Docker, see [the agent configuration guide](./agent-config.mdx#config-files-with-docker) for tips on mounting your config files into your Docker container.

**Optional:** Yes

Expand Down

0 comments on commit 08f9055

Please sign in to comment.