Update links to web-contents.md

This commit is contained in:
Jessica Lord 2015-09-10 12:19:37 -07:00
parent 6cfe43a644
commit aae2d82c28
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ win.loadUrl('https://github.com');
```
**Note:** for the reverse (access the renderer process from the main process),
you can use [webContents.executeJavascript](browser-window.md#webcontents-executejavascript-code).
you can use [webContents.executeJavascript](web-contents.md#webcontentsexecutejavascriptcode-usergesture).
## Remote Objects