docs(intro): fix optionally install browsers url (#11001)

This commit is contained in:
Aarjith Nandakumar 2021-12-18 00:44:05 +05:30 committed by GitHub
parent 1dd8325c9a
commit 64c3b189c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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