diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index ec43bff03b..38b928a413 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -47,7 +47,7 @@ npm i -D @playwright/test npx playwright install ``` -You can optionally install only selected browsers, see [installing browsers](./browsers.md#installing-browsers) for more details. Or you can install no browsers at all and use existing [browser channels](./browsers.md). +You can optionally install only selected browsers, see [install browsers](./cli.md#install-browsers) for more details. Or you can install no browsers at all and use existing [browser channels](./browsers.md). ## First test