diff --git a/docs/guides/test/skip-tests.md b/docs/guides/test/skip-tests.md index e56c299323..e2b8785139 100644 --- a/docs/guides/test/skip-tests.md +++ b/docs/guides/test/skip-tests.md @@ -36,4 +36,4 @@ Ran 3 tests across 1 files. [74.00ms] See also: - [Mark a test as a todo](/guides/test/todo-tests) -- [Docs > Test runner > Writing tests](/docs/test/writings-tests) +- [Docs > Test runner > Writing tests](/docs/test/writing) diff --git a/docs/guides/test/todo-tests.md b/docs/guides/test/todo-tests.md index e7310b0b3e..611bc674db 100644 --- a/docs/guides/test/todo-tests.md +++ b/docs/guides/test/todo-tests.md @@ -57,4 +57,4 @@ $ echo $? See also: - [Skip a test](/guides/test/skip-tests) -- [Docs > Test runner > Writing tests](/docs/test/writings-tests) +- [Docs > Test runner > Writing tests](/docs/test/writing)