From 88fc1280fd5e150120f0584e9d00f19373036f93 Mon Sep 17 00:00:00 2001 From: Mike MacCana Date: Tue, 23 Jun 2026 10:35:27 -0400 Subject: [PATCH] Cache bust updated thumbnail and add text around links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1b73d77..b30cfac2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The programs below implement the core primitives of Solana DeFi: peer-to-peer tr [⚓ Anchor](./finance/escrow/anchor) [💫 Quasar](./finance/escrow/quasar) [🦀 Native](./finance/escrow/native) -[![🎬 Escrow video: you don't need a bootcamp - build a Solana program (smart contract) in 30 minutes](https://img.youtube.com/vi/B5eBWWQfQuM/0.jpg)](https://www.youtube.com/watch?v=B5eBWWQfQuM) +🎬 Video: [![Escrow video: you don't need a bootcamp - build a Solana program (smart contract) in 30 minutes](https://img.youtube.com/vi/B5eBWWQfQuM/0.jpg)](https://www.youtube.com/watch?v=B5eBWWQfQuM) ### Order Book based Exchange @@ -39,7 +39,7 @@ A typical NYSE/NASDAQ-style order book-based exchange. Buyers post **bids** (the [⚓ Anchor](./finance/order-book/anchor) -[![🎬 Order book exchange video - How to make a crypto exchange on Solana](https://img.youtube.com/vi/ioFkpaKHXgg/0.jpg)](https://www.youtube.com/watch?v=ioFkpaKHXgg) +🎬 Video: [![How to make a crypto exchange on Solana](https://img.youtube.com/vi/ioFkpaKHXgg/0.jpg?v=1)](https://www.youtube.com/watch?v=ioFkpaKHXgg) ### AMM based Exchange