From c520a0e7ce38a04a5c1635d8a3bb07209851855d Mon Sep 17 00:00:00 2001 From: Roman Markus Holler <100381970+romanmarkusholler@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:49:22 +0100 Subject: [PATCH] fix: dead URL --- docs/co-noir-cli/co-noir-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/co-noir-cli/co-noir-cli.md b/docs/co-noir-cli/co-noir-cli.md index aead933..99caea8 100644 --- a/docs/co-noir-cli/co-noir-cli.md +++ b/docs/co-noir-cli/co-noir-cli.md @@ -33,7 +33,7 @@ First, one needs to create the circuit file from a Noir source code. Your Noir p - `Nargo.toml`: Similar to Cargo.toml, just for Noir projects. - `Prover.toml`: The inputs for the main function in `src/main.nr` used in proof generation. -To create the circuit file used in Co-Noir, one needs to install Nargo following the instructions in [https://noir-lang.org/docs/getting_started/installation/](https://noir-lang.org/docs/getting_started/installation/). Our prover is compatible with Nargo version 0.33.0. +To create the circuit file used in Co-Noir, one needs to install Nargo following the instructions in [https://noir-lang.org/docs/getting_started/quick_start](https://noir-lang.org/docs/getting_started/quick_start). Our prover is compatible with Nargo version 0.33.0. Then you can just execute the following command: ```bash