From bed304b19109923ede49d4f2d02a7317937aa9d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Wed, 21 Oct 2020 21:12:20 -0300 Subject: [PATCH] doc: update playwright-sharp link (#4202) --- docs/languages.md | 2 +- docs/why-playwright.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/languages.md b/docs/languages.md index 8c94079cd1..d97f121b88 100644 --- a/docs/languages.md +++ b/docs/languages.md @@ -41,7 +41,7 @@ dotnet add package PlaywrightSharp ``` * [Playwright on NuGet](https://www.nuget.org/packages/PlaywrightSharp/) -* [GitHub repo](https://github.com/hardkoded/playwright-sharp) +* [GitHub repo](https://github.com/microsoft/playwright-sharp) ## Go diff --git a/docs/why-playwright.md b/docs/why-playwright.md index c5f34b0755..b03d1900a5 100644 --- a/docs/why-playwright.md +++ b/docs/why-playwright.md @@ -44,7 +44,7 @@ Playwright enables fast, reliable and capable automation across all modern brows * **Debugging tools**. Playwright works with the [editor debugger and browser developer tools](debug.md) to pause execution and inspect the web page. -* **Language bindings**. Playwright is also available in [Python](https://github.com/microsoft/playwright-python) and [C#](https://github.com/hardkoded/playwright-sharp). Learn about [supported languages](./languages.md). +* **Language bindings**. Playwright is also available in [Python](https://github.com/microsoft/playwright-python) and [C#](https://github.com/microsoft/playwright-sharp). Learn about [supported languages](./languages.md). * **Deploy tests to CI**. First-party [Docker image](docker/README.md) and [GitHub Actions](https://github.com/microsoft/playwright-github-action) to deploy tests to [your preferred CI/CD provider](ci.md).