We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d363d91 commit 97fd290Copy full SHA for 97fd290
docs/versioned_docs/version-v10.1.x/01-ibc/07-relayer.md
@@ -21,7 +21,7 @@ slug: /ibc/relayer
21
Events are emitted for every transaction processed by the base application to indicate the execution
22
of some logic clients may want to be aware of. This is extremely useful when relaying IBC packets.
23
Any message that uses IBC will emit events for the corresponding TAO logic executed as defined in
24
-the [IBC events document](/events/events).
+the [IBC events document](/docs/events/events.md).
25
26
In the SDK, it can be assumed that for every message there is an event emitted with the type `message`,
27
attribute key `action`, and an attribute value representing the type of message sent
0 commit comments