From 82e97d7f915051bf3d472761515885d20bdb4fa1 Mon Sep 17 00:00:00 2001 From: vjuturu Date: Fri, 16 Dec 2022 13:20:17 -0500 Subject: [PATCH] fix(doc): updated readme.md file with correct WDIO installation page URL (#145) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ddce87..b2f8b8f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ npm install chromedriver --save-dev npm install chromedriver@104 --save-dev ``` -Instructions on how to install `WebdriverIO` can be found [here.](http://webdriver.io/guide/getstarted/install.html) +Instructions on how to install `WebdriverIO` can be found [here.](https://webdriver.io/docs/gettingstarted) ## Configuration