Skip to content

Commit

Permalink
Fix broken link mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mautamu committed Apr 29, 2021
1 parent cb9e827 commit fb8b522
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/cargo/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Each file in `tests` is a separate
i.e. a test that is meant to test your library as if it were being called from a dependent
crate.

The [Testing](testing.md) chapter elaborates on the three different testing styles:
[Unit](testing/unit_testing.md), [Doc](testing/doc_testing.md), and [Integration](testing/integration_testing.md).
The [Testing][testing] chapter elaborates on the three different testing styles:
[Unit][unit_testing], [Doc][doc_testing], and [Integration][integration_testing].

`cargo` naturally provides an easy way to run all of your tests!

Expand Down Expand Up @@ -147,3 +147,8 @@ Ferris
Corro
Ferris
```

[testing]: ../testing.md
[unit_testing]: ../testing/unit_testing.md
[integration_testing]: ../testing/unit_testing.md
[doc_testing]: ../testing/doc_testing.md

0 comments on commit fb8b522

Please sign in to comment.