From 5c9e908e1bda65bacbb84ce89f8ad7089365b4d3 Mon Sep 17 00:00:00 2001 From: Makoto Tateno Date: Thu, 14 Jul 2022 05:05:22 +0900 Subject: [PATCH] docs(prefer-hooks-in-order): update the url of the reference link to match the latest version (#1162) * docs: update the url of the reference link to match the latest version * chore: format --- docs/rules/prefer-hooks-in-order.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/prefer-hooks-in-order.md b/docs/rules/prefer-hooks-in-order.md index a2d580b07..f83ff9238 100644 --- a/docs/rules/prefer-hooks-in-order.md +++ b/docs/rules/prefer-hooks-in-order.md @@ -130,4 +130,4 @@ describe('foo', () => { ## Further Reading -- [Order of execution of describe and test blocks](https://jestjs.io/docs/setup-teardown#order-of-execution-of-describe-and-test-blocks) +- [Order of Execution](https://jestjs.io/docs/setup-teardown#order-of-execution)