Skip to content

Commit

Permalink
Merge pull request #15 from krauspt/20240211_fix_docs
Browse files Browse the repository at this point in the history
fix: update broken links to Noir installation guide
  • Loading branch information
critesjosh authored Feb 11, 2024
2 parents 6c6feaa + 63e679d commit bcca0a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion foundry-voting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This example project shows how to create a simple zk voting circuit in Noir with a corresponding Solidity contract to track eligible voters, proposals and votes.

This example was last tested with Noir version 0.10.3. You can install it with [noirup](https://noir-lang.org/getting_started/nargo_installation#option-1-noirup) using
This example was last tested with Noir version 0.10.3. You can install it with [noirup](https://noir-lang.org/docs/getting_started/installation/#installing-noirup) using

```bash
noirup -v 0.10.3
Expand Down
2 changes: 1 addition & 1 deletion recursion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Why is this useful? In this example, it doesn't do much. But you could verify tw

## Getting Started

1. [Install nargo](https://noir-lang.org/getting_started/nargo_installation#option-1-noirup) version 0.17.0 with `noirup -v 0.17.0`
1. [Install nargo](https://noir-lang.org/docs/getting_started/installation/#installing-noirup) version 0.17.0 with `noirup -v 0.17.0`
2. Install dependencies by running `yarn`
3. Compile the project with `yarn compile`
4. Run `yarn dev`
Expand Down
2 changes: 1 addition & 1 deletion stealthdrop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a much faster version of Stealthdrop, built with Noir.

## Getting Started

1. [Install nargo](https://noir-lang.org/getting_started/nargo_installation#option-1-noirup) version 0.17.0 with `noirup -v 0.17.0`
1. [Install nargo](https://noir-lang.org/docs/getting_started/installation/#installing-noirup) version 0.17.0 with `noirup -v 0.17.0`
2. Rename `env.examples` to `.env`, you can set up a number of things there but it contains sensible defaults
3. Install dependencies by running `yarn`
4. Compile the project with `yarn compile`
Expand Down

0 comments on commit bcca0a7

Please sign in to comment.