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).