From 2e434f725ba2e6a9314987f2056157c66826012d Mon Sep 17 00:00:00 2001 From: Benny Neugebauer Date: Thu, 17 Mar 2022 15:28:57 +0100 Subject: [PATCH] chore: fix markdown links in NPM README's (#12833) --- packages/playwright-chromium/README.md | 2 +- packages/playwright-firefox/README.md | 2 +- packages/playwright-webkit/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/playwright-chromium/README.md b/packages/playwright-chromium/README.md index a2e318a035..af0ffa982f 100644 --- a/packages/playwright-chromium/README.md +++ b/packages/playwright-chromium/README.md @@ -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). diff --git a/packages/playwright-firefox/README.md b/packages/playwright-firefox/README.md index 821e4e1089..f5862649fb 100644 --- a/packages/playwright-firefox/README.md +++ b/packages/playwright-firefox/README.md @@ -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). diff --git a/packages/playwright-webkit/README.md b/packages/playwright-webkit/README.md index 2566ff437a..a5914d8016 100644 --- a/packages/playwright-webkit/README.md +++ b/packages/playwright-webkit/README.md @@ -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).