Skip to content

Commit be039f6

Browse files
authored
Fix docs link to using Kani on a cargo package (rust-lang#1863)
1 parent 5fb9e09 commit be039f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/regression-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ For example, to use an unwinding value of 4 in a test, we can write:
112112
```
113113

114114
For `cargo-kani` tests, the preferred way to pass command-line options is adding
115-
them to `Cargo.toml`. See [`Usage - On a package`](./cargo-kani.md) for more details.
115+
them to `Cargo.toml`. See [`Usage on a package`](./usage.md#usage-on-a-package) for more details.
116116

117117
### "Fixme" tests
118118

0 commit comments

Comments
 (0)