diff --git a/docs/docs/getting_started/quick_start.md b/docs/docs/getting_started/quick_start.md index 7b4524f6b8e..e589cd88b49 100644 --- a/docs/docs/getting_started/quick_start.md +++ b/docs/docs/getting_started/quick_start.md @@ -13,7 +13,7 @@ The easiest way to develop with Noir is using Nargo the CLI tool. It provides yo You can use `noirup` the installation script to quickly install and update Nargo: ```bash -curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | bash +curl -L https://noirup.noir-lang.org | bash noirup ``` @@ -32,7 +32,7 @@ You can use the `bbup` installation script to quickly install and update BB, Bar You can find the full list of proving backends compatible with Noir in Awesome Noir. ```bash -curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash +curl -L https://bbup.aztec.network | bash bbup ```