Skip to content

Commit

Permalink
fix(docs): Fix broken links in oracles doc (#6488)
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh authored Nov 8, 2024
1 parent 0262e5b commit aa37cd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs/how_to/how-to-oracles.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ If the Oracle function is returning an array containing other arrays, such as `[

## Step 3 - Usage with Nargo

Using the [`nargo` CLI tool](../getting_started/noir_installation.md), you can use oracles in the `nargo test` and `nargo execute` commands by passing a value to `--oracle-resolver`. For example:
Using the [`nargo` CLI tool](../reference/nargo_commands.md), you can use oracles in the `nargo test` and `nargo execute` commands by passing a value to `--oracle-resolver`. For example:

```bash
nargo test --oracle-resolver http://localhost:5555
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ If the Oracle function is returning an array containing other arrays, such as `[

## Step 3 - Usage with Nargo

Using the [`nargo` CLI tool](../getting_started/installation/index.md), you can use oracles in the `nargo test` and `nargo execute` commands by passing a value to `--oracle-resolver`. For example:
Using the [`nargo` CLI tool](../reference/nargo_commands.md), you can use oracles in the `nargo test` and `nargo execute` commands by passing a value to `--oracle-resolver`. For example:

```bash
nargo test --oracle-resolver http://localhost:5555
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ If the Oracle function is returning an array containing other arrays, such as `[

## Step 3 - Usage with Nargo

Using the [`nargo` CLI tool](../getting_started/installation/index.md), you can use oracles in the `nargo test` and `nargo execute` commands by passing a value to `--oracle-resolver`. For example:
Using the [`nargo` CLI tool](../reference/nargo_commands.md), you can use oracles in the `nargo test` and `nargo execute` commands by passing a value to `--oracle-resolver`. For example:

```bash
nargo test --oracle-resolver http://localhost:5555
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ If the Oracle function is returning an array containing other arrays, such as `[

## Step 3 - Usage with Nargo

Using the [`nargo` CLI tool](../getting_started/installation/index.md), you can use oracles in the `nargo test` and `nargo execute` commands by passing a value to `--oracle-resolver`. For example:
Using the [`nargo` CLI tool](../reference/nargo_commands.md), you can use oracles in the `nargo test` and `nargo execute` commands by passing a value to `--oracle-resolver`. For example:

```bash
nargo test --oracle-resolver http://localhost:5555
Expand Down

0 comments on commit aa37cd5

Please sign in to comment.