From febbcd83c4d76187f8f2e0b59b581b5eddc7850c Mon Sep 17 00:00:00 2001 From: Gingka Akiyama <33764485+GingkathFox@users.noreply.github.com> Date: Sat, 5 Oct 2019 10:00:22 -0400 Subject: [PATCH] update webview tab link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d9b0e4..ab45796 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ Close the tab (and activate another tab if relevant). When `force` is set to `tr ### Access webview element -You can access the webview element and use its methods with through the `Tab.webview` attribute. See [webview documentation](http://electron.atom.io/docs/api/web-view-tag/#methods). +You can access the webview element and use its methods with through the `Tab.webview` attribute. See [webview documentation](https://electronjs.org/docs/api/webview-tag#methods). ```javascript let webview = tab.webview;