Skip to content

Commit

Permalink
Merge pull request #72 from krauspt/20240211_fix_links
Browse files Browse the repository at this point in the history
fix: update broken links to Noir docs
  • Loading branch information
critesjosh authored Feb 11, 2024
2 parents 9dfc45b + 98b7a00 commit 03ab99a
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 03ab99a

Please sign in to comment.