Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix : broken links #10971

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion barretenberg/sol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The verifier will follow an overall architecture below, consisting of 3 contract

![Verifier architecture](./figures/verifier.png)

The verification key is currently generated via [Barretenberg](https://github.com/AztecProtocol/barretenberg/blob/master/cpp/src/aztec/plonk_honk_shared/verification_key/sol_gen.hpp), Aztec's backend for generating proofs.
The verification key is currently generated via [Barretenberg](https://github.com/AztecProtocol/barretenberg/blob/master/cpp/src/barretenberg/plonk/proof_system/verification_key/sol_gen.hpp), Aztec's backend for generating proofs.

## Current implementations

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/aztec/glossary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Barretenberg's source code can be found [here](https://github.com/AztecProtocol/

With `nargo`, you can start new projects, compile, execute, prove, verify, test, generate solidity contracts, and do pretty much all that is available in Noir.

You can find more information in the nargo installation docs [here](https://noir-lang.org/docs/getting_started/installation/) and the nargo command reference [here](https://noir-lang.org/docs/reference/nargo_commands).
You can find more information in the nargo installation docs [here](https://noir-lang.org/docs/getting_started/noir_installation/) and the nargo command reference [here](https://noir-lang.org/docs/reference/nargo_commands).

### Noir

Expand Down
4 changes: 2 additions & 2 deletions noir-projects/aztec-nr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Aztec.nr

`Aztec-nr` is a [Noir](https://noir-lang.org) framework for smart contracts on [Aztec](aztec.network).
`Aztec-nr` is a [Noir](https://noir-lang.org) framework for smart contracts on [Aztec](https://aztec.network).

### Directory Structure

Expand Down Expand Up @@ -69,4 +69,4 @@ Replace `NARGO_VERSION_COMPATIBLE_WITH_YOUR_SANDBOX` with the version from the o
aztec-cli get-node-info
```

For more installation options, please view [Noir's getting started.](https://noir-lang.org/docs/getting_started/installation/other_install_methods)
For more installation options, please view [Noir's getting started.](https://noir-lang.org/docs/getting_started/noir_installation)
Loading