From 7190fd73caa633752320793983e4b8cfd99e3290 Mon Sep 17 00:00:00 2001 From: Matthieu Auger Date: Mon, 4 Mar 2024 22:08:34 +0100 Subject: [PATCH] fix nargo link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f25296..8981fd1 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ cargo build cargo run ``` -Noir circuits should have tests being written for them. For those circuits that do have tests you can run them by [installing Noir](https://noir-lang.org/getting_started/nargo_installation) and then in the root folder for example ([/circuits/cpu](/circuits/cpu)) run: +Noir circuits should have tests being written for them. For those circuits that do have tests you can run them by [installing Noir](https://noir-lang.org/docs/getting_started/installation/) and then in the root folder for example ([/circuits/cpu](/circuits/cpu)) run: ``` nargo test ```