From abada21f3a666c602d7490f229846ba1c32cd5a7 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 25 Mar 2021 11:30:23 -0700 Subject: [PATCH] docs: update system requirements link (#365) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb06cb8c..cddb12a2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Playwright is a Java library to automate [Chromium](https://www.chromium.org/Hom | WebKit 14.2 | ✅ | ✅ | ✅ | | Firefox 87.0b10 | :white_check_mark: | :white_check_mark: | :white_check_mark: | -Headless execution is supported for all the browsers on all platforms. Check out [system requirements](https://playwright.dev/#?path=docs/intro.md&q=system-requirements) for details. +Headless execution is supported for all the browsers on all platforms. Check out [system requirements](https://playwright.dev/java/docs/next/intro/#system-requirements) for details. * [Usage](#usage) - [Add Maven dependency](#add-maven-dependency)