Skip to content

Commit aa37cd5

Browse files
authored
fix(docs): Fix broken links in oracles doc (#6488)
1 parent 0262e5b commit aa37cd5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/docs/how_to/how-to-oracles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ If the Oracle function is returning an array containing other arrays, such as `[
172172

173173
## Step 3 - Usage with Nargo
174174

175-
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:
175+
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:
176176

177177
```bash
178178
nargo test --oracle-resolver http://localhost:5555

docs/versioned_docs/version-v0.36.0/how_to/how-to-oracles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ If the Oracle function is returning an array containing other arrays, such as `[
172172

173173
## Step 3 - Usage with Nargo
174174

175-
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:
175+
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:
176176

177177
```bash
178178
nargo test --oracle-resolver http://localhost:5555

docs/versioned_docs/version-v0.37.0/how_to/how-to-oracles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ If the Oracle function is returning an array containing other arrays, such as `[
172172

173173
## Step 3 - Usage with Nargo
174174

175-
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:
175+
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:
176176

177177
```bash
178178
nargo test --oracle-resolver http://localhost:5555

docs/versioned_docs/version-v0.38.0/how_to/how-to-oracles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ If the Oracle function is returning an array containing other arrays, such as `[
172172

173173
## Step 3 - Usage with Nargo
174174

175-
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:
175+
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:
176176

177177
```bash
178178
nargo test --oracle-resolver http://localhost:5555

0 commit comments

Comments
 (0)