From e86ccaf3c42ead5ac611b231f5ffb3130da51d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro=20Sousa?= Date: Mon, 16 Dec 2024 11:10:16 +0000 Subject: [PATCH] chore(docs): workaround --- docs/docs/getting_started/quick_start.md | 6 +++--- .../version-v0.36.0/getting_started/quick_start.md | 4 ++-- .../version-v0.37.0/getting_started/quick_start.md | 6 +++--- .../version-v0.38.0/getting_started/quick_start.md | 6 +++--- .../version-v0.39.0/getting_started/quick_start.md | 6 +++--- .../version-v1.0.0-beta.0/getting_started/quick_start.md | 6 +++--- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/docs/getting_started/quick_start.md b/docs/docs/getting_started/quick_start.md index c693624eb82..7deeae12fd9 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 noirup.dev | bash +curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | 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 bbup.dev | bash +curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash bbup ``` @@ -89,7 +89,7 @@ The command also automatically compiles your Noir program if it was not already With circuit compiled and witness generated, we're ready to prove. ## Proving backend - + Different proving backends may provide different tools and commands to work with Noir programs. Here Barretenberg's `bb` CLI tool is used as an example: ```sh diff --git a/docs/versioned_docs/version-v0.36.0/getting_started/quick_start.md b/docs/versioned_docs/version-v0.36.0/getting_started/quick_start.md index 3c10086123f..b9c2ccad286 100644 --- a/docs/versioned_docs/version-v0.36.0/getting_started/quick_start.md +++ b/docs/versioned_docs/version-v0.36.0/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 noirup.dev | bash +curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | bash noirup ``` @@ -30,7 +30,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 bbup.dev | bash +curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash bbup ``` diff --git a/docs/versioned_docs/version-v0.37.0/getting_started/quick_start.md b/docs/versioned_docs/version-v0.37.0/getting_started/quick_start.md index 4ce48409818..73ef62f6523 100644 --- a/docs/versioned_docs/version-v0.37.0/getting_started/quick_start.md +++ b/docs/versioned_docs/version-v0.37.0/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 noirup.dev | bash +curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | bash noirup ``` @@ -30,7 +30,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 bbup.dev | bash +curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash bbup ``` @@ -87,7 +87,7 @@ The command also automatically compiles your Noir program if it was not already With circuit compiled and witness generated, we're ready to prove. ## Proving backend - + Different proving backends may provide different tools and commands to work with Noir programs. Here Barretenberg's `bb` CLI tool is used as an example: ```sh diff --git a/docs/versioned_docs/version-v0.38.0/getting_started/quick_start.md b/docs/versioned_docs/version-v0.38.0/getting_started/quick_start.md index c693624eb82..7deeae12fd9 100644 --- a/docs/versioned_docs/version-v0.38.0/getting_started/quick_start.md +++ b/docs/versioned_docs/version-v0.38.0/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 noirup.dev | bash +curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | 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 bbup.dev | bash +curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash bbup ``` @@ -89,7 +89,7 @@ The command also automatically compiles your Noir program if it was not already With circuit compiled and witness generated, we're ready to prove. ## Proving backend - + Different proving backends may provide different tools and commands to work with Noir programs. Here Barretenberg's `bb` CLI tool is used as an example: ```sh diff --git a/docs/versioned_docs/version-v0.39.0/getting_started/quick_start.md b/docs/versioned_docs/version-v0.39.0/getting_started/quick_start.md index c693624eb82..7deeae12fd9 100644 --- a/docs/versioned_docs/version-v0.39.0/getting_started/quick_start.md +++ b/docs/versioned_docs/version-v0.39.0/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 noirup.dev | bash +curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | 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 bbup.dev | bash +curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash bbup ``` @@ -89,7 +89,7 @@ The command also automatically compiles your Noir program if it was not already With circuit compiled and witness generated, we're ready to prove. ## Proving backend - + Different proving backends may provide different tools and commands to work with Noir programs. Here Barretenberg's `bb` CLI tool is used as an example: ```sh diff --git a/docs/versioned_docs/version-v1.0.0-beta.0/getting_started/quick_start.md b/docs/versioned_docs/version-v1.0.0-beta.0/getting_started/quick_start.md index c693624eb82..7deeae12fd9 100644 --- a/docs/versioned_docs/version-v1.0.0-beta.0/getting_started/quick_start.md +++ b/docs/versioned_docs/version-v1.0.0-beta.0/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 noirup.dev | bash +curl -L https://raw.githubusercontent.com/noir-lang/noirup/refs/heads/main/install | 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 bbup.dev | bash +curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash bbup ``` @@ -89,7 +89,7 @@ The command also automatically compiles your Noir program if it was not already With circuit compiled and witness generated, we're ready to prove. ## Proving backend - + Different proving backends may provide different tools and commands to work with Noir programs. Here Barretenberg's `bb` CLI tool is used as an example: ```sh