Skip to content

Commit 01cb024

Browse files
authored
fix broken link
fixed broken link "how to share data between web pages" in section "Differences Between Main Process and Renderer Process"
1 parent 1a08026 commit 01cb024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In Electron, we have several ways to communicate between the main process and
4747
renderer processes. Like [`ipcRenderer`](../api/ipc-renderer.md) and
4848
[`ipcMain`](../api/ipc-main.md) modules for sending messages, and the
4949
[remote](../api/remote.md) module for RPC style communication. There is also
50-
an FAQ entry on [how to share data between web pages][share-data].
50+
an FAQ entry on [how to share data between web pages](../faq.md/#how-to-share-data-between-web-pages).
5151

5252
## Write your First Electron App
5353

0 commit comments

Comments
 (0)