From 53fea8f49e6d34b752022a3bb4f3d5cedfbf7f73 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Thu, 8 Aug 2024 15:24:41 +0200 Subject: [PATCH] Fix link to Selenium project and installation options in README (#2192) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec43117..7d117e7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ For a detailed list of changes included in each release, please refer to the [ch * [Cross browser testing](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing) -* [Selenium](https://seleniumhq.github.io/docs/) (work in progress) +* [Selenium](https://www.selenium.dev/documentation/) * [C# API](https://seleniumhq.github.io/selenium/docs/api/dotnet/) * [JavaScript API](https://seleniumhq.github.io/selenium/docs/api/javascript/) * [Java API](https://seleniumhq.github.io/selenium/docs/api/java/)