Skip to content

Commit 3a0e81c

Browse files
iRoachieisaacs
authored andcommitted
docs: fix broken link
Fixes broken link on the page "Writing Well-Structured Tests with Tap" that leads to "Coverage Maps".
1 parent 1b636b2 commit 3a0e81c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/content/docs/structure/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test/util/bits.js
5858
```
5959

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

6363
```js
6464
// map.js

0 commit comments

Comments
 (0)