From 737b1558694c647e58574dd3a8c960a686981060 Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Sat, 11 Sep 2021 22:32:50 +0800 Subject: [PATCH] docs(library-js.md): fix broken [managing browsers] link (#8856) --- docs/src/library-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/library-js.md b/docs/src/library-js.md index 2cafd8522a..8dbe229738 100644 --- a/docs/src/library-js.md +++ b/docs/src/library-js.md @@ -16,7 +16,7 @@ Use npm or Yarn to install Playwright library in your Node.js project. See [syst npm i -D playwright ``` -This single command downloads the Playwright NPM package and browser binaries for Chromium, Firefox and WebKit. To modify this behavior see [managing browsers](#managing-browser-binaries). +This single command downloads the Playwright NPM package and browser binaries for Chromium, Firefox and WebKit. To modify this behavior see [managing browsers](./browsers.md#managing-browser-binaries). Once installed, you can `require` Playwright in a Node.js script, and launch any of the 3 browsers (`chromium`, `firefox` and `webkit`).