From 8c086da37acb0f43e57a28a806b00bbead672a54 Mon Sep 17 00:00:00 2001 From: David Anson Date: Thu, 23 Nov 2023 17:02:44 -0800 Subject: [PATCH] Update broken README.md link to XVFB. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6b8c85..b7a8e42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # XVFB Github Action -This action installs [XVFB](http://elementalselenium.com/tips/38-headless) and runs your headless tests with it. It cleans up the xvfb process after your tests are done. If it detects you're not using linux then your tests still run, but without xvfb, which is very practical for multi-platform workflows. +This action installs [XVFB](https://elementalselenium.com/docs/headless-chrome/72-headless-chrome) and runs your headless tests with it. It cleans up the xvfb process after your tests are done. If it detects you're not using linux then your tests still run, but without xvfb, which is very practical for multi-platform workflows. ### Example usage