Skip to content

Commit

Permalink
fix: update broken links to noir docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krauspt committed Feb 11, 2024
1 parent 9dfc45b commit 98b7a00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vite-hardhat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions with-foundry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98b7a00

Please sign in to comment.