From c3b3fd021c23df2cd94b85b05c28fe3ae9155e15 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 10:55:34 +0200 Subject: [PATCH] fix broken link/update link (#2338) (#2346) (cherry picked from commit d908b1b445dc52563501d0c4d6d55319c166576f) Co-authored-by: Carlos Rodriguez --- docs/ibc/relayer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ibc/relayer.md b/docs/ibc/relayer.md index 1cfec7ab650..6705ac6aa0a 100644 --- a/docs/ibc/relayer.md +++ b/docs/ibc/relayer.md @@ -42,5 +42,5 @@ piece of information needed to relay a packet. ## Example Implementations -- [Golang Relayer](https://github.com/iqlusioninc/relayer) -- [Hermes](https://github.com/informalsystems/ibc-rs/tree/master/relayer) +- [Golang Relayer](https://github.com/cosmos/relayer) +- [Hermes](https://github.com/informalsystems/ibc-rs/tree/master/crates/relayer)