From 9a024d82ecb6dd8ed1841c1ac085189682b78551 Mon Sep 17 00:00:00 2001 From: Anuj Bhatnagar <66911474+bonjour-anuj@users.noreply.github.com> Date: Sun, 10 Jan 2021 14:46:58 +0530 Subject: [PATCH] docs: fix incorrect link "Debugging tests" (#40379) update the "Debugging tests" link from "guide/testing-attribute-directives" to "guide/test-debugging" PR Close #40379 --- aio/content/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index 43663cffc0..f572bfb81d 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -287,7 +287,7 @@ After you've set up your app for testing, you may find the following testing gu * [Component testing scenarios](guide/testing-components-scenarios)—read about the various kinds of component testing scenarios and use cases. * [Testing attribute directives](guide/testing-attribute-directives)—learn about how to test your attribute directives. * [Testing pipes](guide/testing-pipes)—find out how to test attribute directives. -* [Debugging tests](guide/testing-attribute-directives)—uncover common testing bugs. +* [Debugging tests](guide/test-debugging)—uncover common testing bugs. * [Testing utility APIs](guide/testing-utility-apis)—get familiar with Angular testing features.