From 25a49a0455dfbae07d8b1a5a25b59bb4219f976f Mon Sep 17 00:00:00 2001 From: Anthony <143456661+il-figlio@users.noreply.github.com> Date: Thu, 6 Nov 2025 11:07:51 -0500 Subject: [PATCH] Fix link path for Morpho.sol example broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5434ec8..2844f79 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ are effectively MEV, you can do some really interesting things with them. Like ## App Examples -- [`Morpho.sol`](./src/examples/Morpho.sol) - Contracts that allow you to drive +- [`Morpho.sol`](./src/apps/Morpho.sol) - Contracts that allow you to drive Morpho lending market positions using Signet Orders. This allows you to supply, borrow, and lend Morpho positions on Ethereum from Signet instantly and atomically.