From d0293b85a6c3596a23760b0bdf3d21cafa9f4e67 Mon Sep 17 00:00:00 2001 From: adjoly Date: Sun, 10 Aug 2025 14:59:09 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix:=20fixed?= =?UTF-8?q?=20link=20issue=20in=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 891a914..a4de68e 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Made using foundry-rs toolkit. - Following the ERC20 standard : the most used standard when it comes to fungible token and compatible with every wallet - foundry-rs : A simple but yet cli tool kit for Solidity developement with integrated fuzzer and test perfect for a simple project as this -## Documenation -- [How it works](HOWITWORK.md) +## Documentation +- [How it works](documentation/HOWITWORK.md) - [How to use it](USAGE.md) ## Some resource for more information