From 220d05a39866caa147588c96f7377fcd160ba5c0 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Fri, 4 Dec 2015 21:07:33 +0000 Subject: [PATCH] Docs: Fix link to webcontents send channel --- docs/api/ipc-main.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/ipc-main.md b/docs/api/ipc-main.md index cdbc0ce34eec..7c37a26c034a 100644 --- a/docs/api/ipc-main.md +++ b/docs/api/ipc-main.md @@ -68,4 +68,4 @@ Returns the `webContents` that sent the message, you can call `event.sender.send` to reply to the asynchronous message, see [webContents.send][webcontents-send] for more information. -[webcontents-send]: web-contents.md#webcontentssendchannel-args +[webcontents-send]: web-contents.md#webcontentssendchannel-arg1-arg2-