Skip to content

Commit e585fbc

Browse files
fix broken link (#2059) (#2095)
(cherry picked from commit 7d26a87) Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
1 parent d888ce1 commit e585fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ibc/relayer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ a module event emission with the attribute value `ibc_<submodulename>` (02-clien
2727

2828
### Subscribing with Tendermint
2929

30-
Calling the Tendermint RPC method `Subscribe` via [Tendermint's Websocket](https://docs.tendermint.com/v0.35/rpc/) will return events using
30+
Calling the Tendermint RPC method `Subscribe` via [Tendermint's Websocket](https://docs.tendermint.com/main/rpc/) will return events using
3131
Tendermint's internal representation of them. Instead of receiving back a list of events as they
3232
were emitted, Tendermint will return the type `map[string][]string` which maps a string in the
3333
form `<event_type>.<attribute_key>` to `attribute_value`. This causes extraction of the event

0 commit comments

Comments
 (0)