Browse Source

Fix: add missing fragment in FAQ section URL

Marc-Aurèle DARCHE 9 years ago
parent
commit
2677dc6844
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/tutorial/quick-start.md

+ 2 - 1
docs/tutorial/quick-start.md

@@ -48,7 +48,8 @@ communication between the main process and renderer process. There is also a
 [remote](../api/remote.md) module for RPC style communication.
 
 And finally there are different techniques [to share objects between web
-pages](../faq/electron-faq.md#) of the same window or of different windows.
+pages](../faq/electron-faq.md#what-are-the-different-techniques-to-share-objects-between-web-pages)
+of the same window or of different windows.
 
 ## Write your First Electron App