Skip to content

Commit

Permalink
docs: fix broken link
Browse files Browse the repository at this point in the history
Fixes broken link on the page "Writing Well-Structured Tests with Tap" that leads to "Coverage Maps".
  • Loading branch information
iRoachie authored and isaacs committed Mar 5, 2022
1 parent 1b636b2 commit 3a0e81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/structure/index.md
Expand Up @@ -58,7 +58,7 @@ test/util/bits.js
```

To ensure that you are fully testing each unit with each test suite, you
can add a simple [coverage map](/coverage/coverage-map/) module like so:
can add a simple [coverage map](/docs/coverage/coverage-map/) module like so:

```js
// map.js
Expand Down

0 comments on commit 3a0e81c

Please sign in to comment.