Skip to content

Commit

Permalink
fix: correct readme path
Browse files Browse the repository at this point in the history
  • Loading branch information
duvbell committed Dec 18, 2024
1 parent 57a1fca commit eb44cd6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/04-middleware/02-callbacks/01-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This setup worked well for off-chain users interacting with IBC applications. Ho

The Callbacks Middleware allows for this functionality by allowing the packets of the underlying IBC applications to register callbacks to secondary applications for lifecycle events. These callbacks are then executed by the Callbacks Middleware when the corresponding packet lifecycle event occurs.

After much discussion, the design was expanded to [an ADR](/architecture/adr-008-app-caller-cbs.md), and the Callbacks Middleware is an implementation of that ADR.
After much discussion, the design was expanded to [an ADR](../../../architecture/adr-008-app-caller-cbs.md), and the Callbacks Middleware is an implementation of that ADR.

## Concepts

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This setup worked well for off-chain users interacting with IBC applications. Ho

The Callbacks Middleware allows for this functionality by allowing the packets of the underlying IBC applications to register callbacks to secondary applications for lifecycle events. These callbacks are then executed by the Callbacks Middleware when the corresponding packet lifecycle event occurs.

After much discussion, the design was expanded to [an ADR](/architecture/adr-008-app-caller-cbs.md), and the Callbacks Middleware is an implementation of that ADR.
After much discussion, the design was expanded to [an ADR](../../../../architecture/adr-008-app-caller-cbs.md), and the Callbacks Middleware is an implementation of that ADR.

## Concepts

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This setup worked well for off-chain users interacting with IBC applications. Ho

The Callbacks Middleware allows for this functionality by allowing the packets of the underlying IBC applications to register callbacks to secondary applications for lifecycle events. These callbacks are then executed by the Callbacks Middleware when the corresponding packet lifecycle event occurs.

After much discussion, the design was expanded to [an ADR](/architecture/adr-008-app-caller-cbs.md), and the Callbacks Middleware is an implementation of that ADR.
After much discussion, the design was expanded to [an ADR](../../../../architecture/adr-008-app-caller-cbs.md), and the Callbacks Middleware is an implementation of that ADR.

## Concepts

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This setup worked well for off-chain users interacting with IBC applications. Ho

The Callbacks Middleware allows for this functionality by allowing the packets of the underlying IBC applications to register callbacks to secondary applications for lifecycle events. These callbacks are then executed by the Callbacks Middleware when the corresponding packet lifecycle event occurs.

After much discussion, the design was expanded to [an ADR](/architecture/adr-008-app-caller-cbs.md), and the Callbacks Middleware is an implementation of that ADR.
After much discussion, the design was expanded to [an ADR](../../../../architecture/adr-008-app-caller-cbs.md), and the Callbacks Middleware is an implementation of that ADR.

## Concepts

Expand Down
2 changes: 1 addition & 1 deletion modules/apps/callbacks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This setup worked well for off-chain users interacting with IBC applications. Ho

The Callbacks Middleware allows for this functionality by allowing the packets of the underlying IBC applications to register callbacks to secondary applications for lifecycle events. These callbacks are then executed by the Callbacks Middleware when the corresponding packet lifecycle event occurs.

After much discussion, the design was expanded to [an ADR](/architecture/adr-008-app-caller-cbs.md), and the Callbacks Middleware is an implementation of that ADR.
After much discussion, the design was expanded to [an ADR](../../../docs/architecture/adr-008-app-caller-cbs.md), and the Callbacks Middleware is an implementation of that ADR.

## Version Matrix

Expand Down

0 comments on commit eb44cd6

Please sign in to comment.