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