Skip to content

Commit da418ff

Browse files
committed
fix broken links
1 parent 3d58555 commit da418ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tutorials/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ Deno.test("spy example", () => {
533533
```
534534

535535
For more advanced mocking techniques, check our
536-
[dedicated guide on mocking in Deno](/examples/mocking/).
536+
[dedicated guide on mocking in Deno](/examples/mocking_tutorial/).
537537

538538
## Test parallelization
539539

@@ -723,6 +723,6 @@ applications are well-tested and reliable.
723723
For more information about testing in Deno, check out:
724724

725725
- [Testing documentation](/runtime/fundamentals/testing)
726-
- [Mocking data for tests](/examples/mocking/)
726+
- [Mocking data for tests](/examples/mocking_tutorial/)
727727
- [Advanced testing techniques](/examples/advanced_testing/)
728728
- [Writing benchmark tests](/examples/benchmarking/)

0 commit comments

Comments
 (0)