From 8907e279e28339a3d6e983c4a7a827a05a985430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Fri, 5 Sep 2025 15:27:59 -0300 Subject: [PATCH] Fix links in not-so-smart-contracts --- not-so-smart-contracts/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/not-so-smart-contracts/README.md b/not-so-smart-contracts/README.md index f88ad038..b6b38f91 100644 --- a/not-so-smart-contracts/README.md +++ b/not-so-smart-contracts/README.md @@ -2,9 +2,9 @@ This repository contains examples of common smart contract vulnerabilities, including code from real smart contracts. Use Not So Smart Contracts to learn about vulnerabilities, as a reference when performing security reviews, and as a benchmark for security and analysis tools: -- [Algorand](./algorand/README.md) -- [Cairo](./cairo/README.md) -- [Cosmos](./cosmos/README.md) -- [Solana](./solana/README.md) -- [Substrate](./substrate/README.md) -- [TON](./ton/README.md) +- [Algorand](./algorand) +- [Cairo](./cairo) +- [Cosmos](./cosmos) +- [Solana](./solana) +- [Substrate](./substrate) +- [TON](./ton)