Skip to content

Commit 039aebb

Browse files
committed
📝 Fix isolated link
[ci skip]
1 parent 19765e7 commit 039aebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/quick-start.md

Lines changed: 2 additions & 2 deletions
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](../faq.md/#how-to-share-data-between-web-pages).
50+
an FAQ entry on [how to share data between web pages][share-data].
5151

5252
## Write your First Electron App
5353

@@ -225,4 +225,4 @@ $ cd electron-quick-start
225225
$ npm install && npm start
226226
```
227227

228-
[share-data]: ../faq/electron-faq.md#how-to-share-data-between-web-pages
228+
[share-data]: ../faq.md#how-to-share-data-between-web-pages

0 commit comments

Comments
 (0)