Skip to content

Commit 4464aa4

Browse files
fix relative link path
1 parent f98b28d commit 4464aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/commands/cargo-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,4 +491,4 @@ details on environment variables that Cargo reads.
491491
cargo test --test int_test_name -- modname::test_name
492492

493493
## SEE ALSO
494-
[cargo(1)](cargo.html), [cargo-bench(1)](cargo-bench.html), [types of tests](cargo-targets.html?highlight=cargo%20test#tests), [how to write tests](https://doc.rust-lang.org/rustc/tests/index.html)
494+
[cargo(1)](cargo.html), [cargo-bench(1)](cargo-bench.html), [types of tests](../reference/cargo-targets.html#tests), [how to write tests](https://doc.rust-lang.org/rustc/tests/index.html)

0 commit comments

Comments
 (0)