Skip to content

Commit

Permalink
Merge pull request electron#2511 from petrfelzmann/doc-github-link
Browse files Browse the repository at this point in the history
Fix absolute url to github
  • Loading branch information
Jessica Lord committed Aug 19, 2015
2 parents 0efdb44 + 7842a90 commit 12672cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api/remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ var win = new BrowserWindow({ width: 800, height: 600 });
win.loadUrl('https://github.com');
```

Note: for the reverse (access renderer process from main process), you can use [webContents.executeJavascript](https://github.com/atom/electron/blob/master/docs/api/browser-window.md#browserwindowwebcontents).
Note: for the reverse (access renderer process from main process), you can use
[webContents.executeJavascript](browser-window.md#webcontents-executejavascript-code).

## Remote objects

Expand Down

0 comments on commit 12672cf

Please sign in to comment.