diff --git a/docs/Puppeteer.md b/docs/Puppeteer.md index 504056c75992..237d7dcce664 100644 --- a/docs/Puppeteer.md +++ b/docs/Puppeteer.md @@ -17,7 +17,7 @@ With the [Global Setup/Teardown](Configuration.md#globalsetup-string) and [Async yarn add --dev jest-puppeteer ``` -2. Specify preset in your Jest configuration: +2. Specify preset in your [Jest configuration](Configuration.md): ```json {