Fix broken link in Docs > Synopsis

This commit is contained in:
Clark Feusier 2015-12-04 21:51:33 -08:00
parent e1d7ef7e24
commit c6167bdf0a

View file

@ -11,7 +11,7 @@ both processes.
The basic rule is: if a module is [GUI][gui] or low-level system related, then The basic rule is: if a module is [GUI][gui] or low-level system related, then
it should be only available in the main process. You need to be familiar with it should be only available in the main process. You need to be familiar with
the concept of [main process vs. renderer process][mai-process] scripts to be the concept of [main process vs. renderer process][main-process] scripts to be
able to use those modules. able to use those modules.
The main process script is just like a normal Node.js script: The main process script is just like a normal Node.js script: