chore: fix markdown links in NPM README's (#12833)
This commit is contained in:
parent
05387b7835
commit
2e434f725b
|
|
@ -1,3 +1,3 @@
|
|||
# playwright-chromium
|
||||
|
||||
This package contains the [Chromium](https://www.chromium.org/) flavor of the [Playwright](http://github.com/microsoft/playwright) library. If you want to write end-to-end tests, we recommend [`@playwright/test](https://playwright.dev/docs/intro).
|
||||
This package contains the [Chromium](https://www.chromium.org/) flavor of the [Playwright](http://github.com/microsoft/playwright) library. If you want to write end-to-end tests, we recommend [@playwright/test](https://playwright.dev/docs/intro).
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# playwright-firefox
|
||||
|
||||
This package contains the [Firefox](https://www.mozilla.org/firefox/) flavor of the [Playwright](http://github.com/microsoft/playwright) library. If you want to write end-to-end tests, we recommend [`@playwright/test](https://playwright.dev/docs/intro).
|
||||
This package contains the [Firefox](https://www.mozilla.org/firefox/) flavor of the [Playwright](http://github.com/microsoft/playwright) library. If you want to write end-to-end tests, we recommend [@playwright/test](https://playwright.dev/docs/intro).
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# playwright-webkit
|
||||
|
||||
This package contains the [WebKit](https://www.webkit.org/) flavor of the [Playwright](http://github.com/microsoft/playwright) library. If you want to write end-to-end tests, we recommend [`@playwright/test](https://playwright.dev/docs/intro).
|
||||
This package contains the [WebKit](https://www.webkit.org/) flavor of the [Playwright](http://github.com/microsoft/playwright) library. If you want to write end-to-end tests, we recommend [@playwright/test](https://playwright.dev/docs/intro).
|
||||
|
|
|
|||
Loading…
Reference in a new issue