diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 89c37f6a097..54939b1d388 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -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', diff --git a/docs/versioned_docs/version-v1.0.0-beta.3/tutorials/noirjs_app.md b/docs/versioned_docs/version-v1.0.0-beta.3/tutorials/noirjs_app.md index d0f6277829f..39c5eae9c89 100644 --- a/docs/versioned_docs/version-v1.0.0-beta.3/tutorials/noirjs_app.md +++ b/docs/versioned_docs/version-v1.0.0-beta.3/tutorials/noirjs_app.md @@ -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 ``` diff --git a/tooling/ast_fuzzer/fuzz/README.md b/tooling/ast_fuzzer/fuzz/README.md index 31d0375ac53..7f1180230fc 100644 --- a/tooling/ast_fuzzer/fuzz/README.md +++ b/tooling/ast_fuzzer/fuzz/README.md @@ -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`. @@ -9,4 +9,4 @@ Execute it with the following command: ```shell cd tooling/ast_fuzzer cargo +nightly fuzz run -``` \ No newline at end of file +```