Browse Source

Update links to web-contents.md

Jessica Lord 9 years ago
parent
commit
aae2d82c28
4 changed files with 4 additions and 4 deletions
  1. 1 1
      docs/api/browser-window.md
  2. 1 1
      docs/api/ipc-main-process.md
  3. 1 1
      docs/api/remote.md
  4. 1 1
      docs/api/web-view-tag.md

+ 1 - 1
docs/api/browser-window.md

@@ -263,7 +263,7 @@ Returns the window that is focused in this application.
 
 ### `BrowserWindow.fromWebContents(webContents)`
 
-* `webContents` [WebContents](#webcontents)
+* `webContents` [WebContents](web-contents.md)
 
 Find a window according to the `webContents` it owns.
 

+ 1 - 1
docs/api/ipc-main-process.md

@@ -7,7 +7,7 @@ a renderer will be emitted to this module.
 ## Sending Messages
 
 It is also possible to send messages from the main process to the renderer
-process, see [WebContents.send](browser-window.md#webcontents-send-channel-args)
+process, see [WebContents.send](web-contents.md#webcontentssendchannel-args)
 for more information.
 
 - When sending a message, the event name is the `channel`.

+ 1 - 1
docs/api/remote.md

@@ -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
 

+ 1 - 1
docs/api/web-view-tag.md

@@ -355,7 +355,7 @@ Prints webview's web page as PDF, Same with `webContents.printToPDF(options, cal
 Send `args..` to guest page via `channel` in asynchronous message, the guest
 page can handle it by listening to the `channel` event of `ipc` module.
 
-See [WebContents.send](browser-window.md#webcontentssendchannel-args) for
+See [WebContents.send](web-contents.md#webcontentssendchannel-args) for
 examples.
 
 ## DOM events