From 25bc63026e120545f9eb968280ab1a06a1016cb5 Mon Sep 17 00:00:00 2001 From: Vipul Gupta Date: Thu, 21 Jan 2021 18:24:57 +0530 Subject: [PATCH] docs(readme): update links to website * Update links in README * Update README.md Co-authored-by: Arjun Attam --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36603eb18b..ed3ab324a0 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ npm i -D playwright This installs Playwright and browser binaries for Chromium, Firefox and WebKit. Once installed, you can `require` Playwright in a Node.js script and automate web browser interactions. -* [Getting started](https://playwright.dev/#?path=docs/intro.md) -* [Installation configuration](https://playwright.dev/#?path=docs/installation.md) -* [API reference](https://playwright.dev/#?path=docs/api.md) +* [Getting started](https://playwright.dev/docs/intro) +* [Installation configuration](https://playwright.dev/docs/installation) +* [API reference](https://playwright.dev/docs/api/class-playwright) ## Capabilities