From 3b8079a5d0081f9d6267b2ecdf28f6af7d9e98df Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 14 Jun 2024 17:08:25 +0300 Subject: [PATCH] fixed docs api url in README.md for selenium-webdriver npm package (#14138) * fixed docs api url in README.md for selenium-webdriver npm package * updated URL to point directly to the JavaScript API documentation --- javascript/node/selenium-webdriver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/node/selenium-webdriver/README.md b/javascript/node/selenium-webdriver/README.md index e6a01463f25039..9213a9e165613a 100644 --- a/javascript/node/selenium-webdriver/README.md +++ b/javascript/node/selenium-webdriver/README.md @@ -217,7 +217,7 @@ under the License. [LTS]: https://github.com/nodejs/LTS [PATH]: http://en.wikipedia.org/wiki/PATH_%28variable%29 -[api]: http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/ +[api]: https://www.selenium.dev/selenium/docs/api/javascript/ [chrome]: https://googlechromelabs.github.io/chrome-for-testing/#stable [gh]: https://github.com/SeleniumHQ/selenium/ [issues]: https://github.com/SeleniumHQ/selenium/issues