From 8c5e24f4b36d8bc46c01529f9d5564b4c2d85326 Mon Sep 17 00:00:00 2001 From: goosewobbler Date: Tue, 31 Oct 2023 12:21:20 +0000 Subject: [PATCH] fix electron-boilerplate link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3381e22..45a18ed6 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ const someValue = await browser.electron.myCustomAPI('wow'); // configured using ## Example -Check out our [Electron boilerplate](https://github.com/webdriverio/electron-boilerplate/actions/runs/6490587562/job/17626575914) project that showcases how to integrate WebdriverIO in an example application. You can also have a look at the [Example App](./example/app/) and [E2Es](./example/e2e/) in this repository. +Check out our [Electron boilerplate](https://github.com/webdriverio/electron-boilerplate) project that showcases how to integrate WebdriverIO in an example application. You can also have a look at the [Example App](./example/app/) and [E2Es](./example/e2e/) in this repository. ## Service Options