From ab1787ed2d890c10a8a55d385b07d2f3dc5da5a3 Mon Sep 17 00:00:00 2001 From: "Arcot, Jayapraveen" Date: Fri, 13 Oct 2023 13:37:14 -0400 Subject: [PATCH] docs: update the system requirements link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e06d3cd..d696729b9 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 17.4 | ✅ | ✅ | ✅ | | Firefox 118.0.1 | :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/java/docs/next/intro/#system-requirements) for details. +Headless execution is supported for all the browsers on all platforms. Check out [system requirements](https://playwright.dev/java/docs/intro#system-requirements) for details. * [Usage](#usage) - [Add Maven dependency](#add-maven-dependency)