From 1669e4df65b07ab24cb463f0f63a197ed8cf1f86 Mon Sep 17 00:00:00 2001 From: Travis Vander Hoop Date: Sat, 8 Mar 2025 19:20:25 -0700 Subject: [PATCH] Replace no-longer-live playwright link in README - the previously-linked 'https://playwright.dev/docs/why-playwright' page is no longer a hosted, nor does it seem to have an obvious replacement. That said, the playwright.dev homepage outlines a lot of the benefits of playwright, so it's an improvement over the current deadlink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 902f947..b2d5c6e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Overview -[Playwright](https://github.com/mechanical-orchard/playwright-elixir) is an Elixir library to automate Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that is **ever-green**, **capable**, **reliable** and **fast**. [See how Playwright is better](https://playwright.dev/docs/why-playwright). +[Playwright](https://github.com/mechanical-orchard/playwright-elixir) is an Elixir library to automate Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that is **ever-green**, **capable**, **reliable** and **fast**. [See how Playwright is better](https://playwright.dev/). ## Installation