From 3bfea1bc024508a56f6e94b81f17331f7495f899 Mon Sep 17 00:00:00 2001 From: Jonah Date: Tue, 27 Dec 2022 18:14:57 +0100 Subject: [PATCH] docs: Update system requirements URL in README (#19675) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44ddeb2f2a..ba45309725 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Playwright is a framework for Web Testing and Automation. It allows testing [Chr | WebKit 16.4 | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Firefox 107.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | -Headless execution is supported for all browsers on all platforms. Check out [system requirements](https://playwright.dev/docs/library#system-requirements) for details. +Headless execution is supported for all browsers on all platforms. Check out [system requirements](https://playwright.dev/docs/troubleshooting#system-requirements) for details. Looking for Playwright for [Python](https://playwright.dev/python/docs/intro), [.NET](https://playwright.dev/dotnet/docs/intro), or [Java](https://playwright.dev/java/docs/intro)?