Skip to content

Commit

Permalink
docs(readme): update links to website
Browse files Browse the repository at this point in the history
* Update links in README

* Update README.md

Co-authored-by: Arjun Attam <arjunattam@gmail.com>
  • Loading branch information
vipulgupta2048 and arjunattam committed Jan 21, 2021
1 parent 05568f7 commit 25bc630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit 25bc630

Please sign in to comment.