From 57fda8cc88c3c2ea6c0ef42749c97e5a0590e110 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Tue, 4 Apr 2023 09:48:31 +0100 Subject: [PATCH] chore: update link to docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1f863ca45c..bef2e9a0a87 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Noir is a Domain Specific Language for SNARK proving systems. It has been design ## Quick Start -Read the installation section [here](https://noir-lang.org/nargo/nargo_installation/). +Read the installation section [here](https://noir-lang.org/getting_started/nargo/nargo_installation). Once you have read through the documentation, you can visit [Awesome Noir](https://github.com/noir-lang/awesome-noir) to run some of the examples that others have created.