Skip to content
Merged
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 docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
items: [
{
label: 'Noir Forum',
href: 'https://discourse.aztec.network/c/noir/7',
href: 'https://forum.aztec.network/c/noir/7',
},
{
label: 'Twitter',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Finally we're up for something cool. But before we can execute a Noir program, w
This can be done by cd-ing into our circuit directory and running the `nargo compile` command.

```bash
cd circuits
cd circuit

nargo compile
```
Expand Down
4 changes: 2 additions & 2 deletions tooling/ast_fuzzer/fuzz/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AST fuzz targets

This crate was created by `cargo fuzz init`. See more in https://rust-fuzz.github.io/book/cargo-fuzz/
This crate was created by `cargo fuzz init`. See more in https://rust-fuzz.github.io/book/cargo-fuzz.html

You can list the available targets with `cargo fuzz list`.

Expand All @@ -9,4 +9,4 @@ Execute it with the following command:
```shell
cd tooling/ast_fuzzer
cargo +nightly fuzz run <target>
```
```
Loading