From 6a26b18ffadf7a67fe3100e3b420e39f7476b006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Herrmann?= Date: Wed, 14 Jun 2017 13:47:05 +0200 Subject: [PATCH] Fix links to webview documentation --- webview/browser/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webview/browser/README.md b/webview/browser/README.md index dcfbfd5..5d23f9a 100644 --- a/webview/browser/README.md +++ b/webview/browser/README.md @@ -1,6 +1,6 @@ # Browser -A mini browser that shows the usage of [webview](https://github.com/atom/electron/blob/master/docs/api/web-view-tag.md) +A mini browser that shows the usage of [webview](https://github.com/atom/electron/blob/master/docs/api/webview-tag.md) in an app. The app's main window contains a `` that is sized to fit most of it @@ -13,7 +13,7 @@ reliability of your application. ## APIs -* [webview](https://github.com/atom/electron/blob/master/docs/api/web-view-tag.md) +* [webview](https://github.com/atom/electron/blob/master/docs/api/webview-tag.md) ## Screenshot