Skip to content

Commit 848fe37

Browse files
authored
Merge pull request #251 from orgarten/readme_fix
Fixed links to examples in README
2 parents ac9df50 + b82c1a2 commit 848fe37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Linear algebra package for Rust with [ndarray](https://github.com/bluss/ndarray)
77

88
Examples
99
---------
10-
See [examples](https://github.com/termoshtt/ndarray-linalg/tree/master/examples) directory.
10+
See [examples](https://github.com/termoshtt/ndarray-linalg/tree/master/ndarray-linalg/examples) directory.
1111

1212
**Note**: To run examples, you must specify which backend will be used (as described below).
13-
For example, you can execute the [solve](examples/solve.rs) example with the OpenBLAS backend like this:
13+
For example, you can execute the [solve](ndarray-linalg/examples/solve.rs) example with the OpenBLAS backend like this:
1414

1515
```sh
1616
cargo run --example solve --features=openblas

0 commit comments

Comments
 (0)