Skip to content

Commit

Permalink
chore: Fix broken link (#3497)
Browse files Browse the repository at this point in the history
Co-authored-by: TomAFrench <tom@tomfren.ch>
  • Loading branch information
RajeshRk18 and TomAFrench authored Nov 16, 2023
1 parent a22898d commit 5c2e5f4
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/docs/language_concepts/06_generics.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ fn main() {
```

You can see an example of generics in the tests
[here](https://github.com/noir-lang/noir/blob/master/crates/nargo_cli/tests/test_data/generics/src/main.nr).
[here](https://github.com/noir-lang/noir/blob/master/tooling/nargo_cli/tests/execution_success/generics/src/main.nr).
2 changes: 1 addition & 1 deletion docs/docs/modules_packages_crates/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ default-member = "crates/a"

Libraries can be defined in a workspace. Inside a workspace, these are consumed as `{ path = "../to_lib" }` dependencies in Nargo.toml.

Inside a workspace, these are consumed as `{ path = "../to_lib" }` dependencies in Nargo.toml.
Inside a workspace, these are consumed as `{ path = "../to_lib" }` dependencies in Nargo.toml.
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ fn main() {
```

You can see an example of generics in the tests
[here](https://github.com/noir-lang/noir/blob/master/crates/nargo_cli/tests/test_data/generics/src/main.nr).
[here](https://github.com/noir-lang/noir/blob/master/tooling/nargo_cli/tests/execution_success/generics/src/main.nr).
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ fn main() {
```

You can see an example of generics in the tests
[here](https://github.com/noir-lang/noir/blob/master/crates/nargo_cli/tests/test_data/generics/src/main.nr).
[here](https://github.com/noir-lang/noir/blob/master/tooling/nargo_cli/tests/execution_success/generics/src/main.nr).
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ fn main() {
```

You can see an example of generics in the tests
[here](https://github.com/noir-lang/noir/blob/master/crates/nargo_cli/tests/test_data/generics/src/main.nr).
[here](https://github.com/noir-lang/noir/blob/master/tooling/nargo_cli/tests/execution_success/generics/src/main.nr).
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ fn main() {
```

You can see an example of generics in the tests
[here](https://github.com/noir-lang/noir/blob/master/crates/nargo_cli/tests/test_data/generics/src/main.nr).
[here](https://github.com/noir-lang/noir/blob/master/tooling/nargo_cli/tests/execution_success/generics/src/main.nr).
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ fn main() {
```

You can see an example of generics in the tests
[here](https://github.com/noir-lang/noir/blob/master/crates/nargo_cli/tests/test_data/generics/src/main.nr).
[here](https://github.com/noir-lang/noir/blob/master/tooling/nargo_cli/tests/execution_success/generics/src/main.nr).
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ fn main() {
```

You can see an example of generics in the tests
[here](https://github.com/noir-lang/noir/blob/master/crates/nargo_cli/tests/test_data/generics/src/main.nr).
[here](https://github.com/noir-lang/noir/blob/master/tooling/nargo_cli/tests/execution_success/generics/src/main.nr).
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ fn main() {
```

You can see an example of generics in the tests
[here](https://github.com/noir-lang/noir/blob/master/crates/nargo_cli/tests/test_data/generics/src/main.nr).
[here](https://github.com/noir-lang/noir/blob/master/tooling/nargo_cli/tests/execution_success/generics/src/main.nr).

0 comments on commit 5c2e5f4

Please sign in to comment.