From 40a652c78177148ef3e6ce3e4535dc20107c3e38 Mon Sep 17 00:00:00 2001 From: Volodymyr Klymenko Date: Mon, 12 Aug 2019 14:34:04 -0400 Subject: [PATCH] Fix link to recipes (#2235) --- content/docs/addons-test-utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/addons-test-utils.md b/content/docs/addons-test-utils.md index b5eb6ecf..d269eaa7 100644 --- a/content/docs/addons-test-utils.md +++ b/content/docs/addons-test-utils.md @@ -124,7 +124,7 @@ it('can render and update a counter', () => { - Don't forget that dispatching DOM events only works when the DOM container is added to the `document`. You can use a library like [React Testing Library](https://testing-library.com/react) to reduce the boilerplate code. -- The [`recipes`](/docs/recipes.html) document contains more details on how `act()` behaves, with examples and usage. +- The [`recipes`](/docs/testing-recipes.html) document contains more details on how `act()` behaves, with examples and usage. * * *