From 8d8c5bd627875170216b04d8d8c9a03d6c6a5793 Mon Sep 17 00:00:00 2001 From: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com> Date: Tue, 21 May 2024 17:10:19 -0500 Subject: [PATCH] fix broken README links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0eb1b7dc..98fb3b11 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ that moving $FLOW to EVM is built into the `EVMAddress` object so any requests b leverage this interface; however, moving $FLOW from EVM to Cadence must be done through the COA resource. Below are transactions relevant to bridging fungible tokens: -- [`bridge_tokens_to_evm.cdc`](./cadence/transactions/bridge/ft/bridge_tokens_to_evm.cdc) -- [`bridge_tokens_from_evm.cdc`](./cadence/transactions/bridge/ft/bridge_tokens_from_evm.cdc) +- [`bridge_tokens_to_evm.cdc`](./cadence/transactions/bridge/tokens/bridge_tokens_to_evm.cdc) +- [`bridge_tokens_from_evm.cdc`](./cadence/transactions/bridge/tokens/bridge_tokens_from_evm.cdc) ## Prep Your Assets for Bridging