From 98b7a00183d75aabb999d4dbe3bb819216f5bb45 Mon Sep 17 00:00:00 2001 From: krauspt Date: Sun, 11 Feb 2024 11:14:10 +0100 Subject: [PATCH] fix: update broken links to noir docs --- vite-hardhat/README.md | 2 +- with-foundry/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vite-hardhat/README.md b/vite-hardhat/README.md index 21eacdc..f2d3a86 100644 --- a/vite-hardhat/README.md +++ b/vite-hardhat/README.md @@ -17,7 +17,7 @@ In the meantime, follow these simple steps to work on your own machine: 2. Install [Node.js >20.10 (latest LTS)](https://nodejs.org/en) (tested on v18.17.0) -3. Install [noirup](https://noir-lang.org/getting_started/nargo_installation/#option-1-noirup) with +3. Install [noirup](https://noir-lang.org/docs/getting_started/installation/#installing-noirup) with ```bash curl -L https://raw.githubusercontent.com/noir-lang/noirup/main/install | bash diff --git a/with-foundry/README.md b/with-foundry/README.md index 8aaa5ad..be39eab 100644 --- a/with-foundry/README.md +++ b/with-foundry/README.md @@ -10,9 +10,9 @@ Want to get started in a pinch? Start your project in a free Github Codespace! In the meantime, follow these simple steps to work on your own machine: -Install [noirup](https://noir-lang.org/getting_started/nargo_installation/#option-1-noirup) with +Install [noirup](https://noir-lang.org/docs/getting_started/installation/#installing-noirup) with -1. Install [noirup](https://noir-lang.org/getting_started/nargo_installation/#option-1-noirup): +1. Install [noirup](https://noir-lang.org/docs/getting_started/installation/#installing-noirup): ```bash curl -L https://raw.githubusercontent.com/noir-lang/noirup/main/install | bash