You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sections/about.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,17 @@
7
7
<mainclass="about-sections">
8
8
<sectionclass="about-section play-along">
9
9
<h2>Play Along</h2>
10
-
<p>Use the demo snippets in an Electron app of your own. The <ahref="" class="u-exlink">Electron Quick Start</a> app is a bare-bones setup that pairs with these demos. Follow the instructions here to get it going. You'll need <ahref="" class="u-exlink">Git</a> and <ahref="" class="u-exlink">Node.js</a> on your computer to do this.</p>
10
+
<p>Use the demo snippets in an Electron app of your own. The <ahref="https://github.com/electron/electron-quick-start" class="u-exlink">Electron Quick Start</a> app is a bare-bones setup that pairs with these demos. Follow the instructions here to get it going. You'll need <ahref="https://desktop.github.com/" class="u-exlink">Git</a> and <ahref="https://nodejs.org/" class="u-exlink">Node.js</a> on your computer to do this.</p>
<p>The <ahref="" class="u-exlink">source code of this app</a> has been organized with ease of navigation in mind.</p>
18
+
<p>The <ahref="https://github.com/electron/electron-api-demos" class="u-exlink">source code of this app</a> has been organized with ease of navigation in mind.</p>
19
19
20
-
<p>Nearly all (over 90%) of <ahref="" class="u-exlink">ES2015</a> is availble to use in Electron <em>without the use of pre-processors</em> because it's a part of <ahref="" class="u-exlink">V8</a> which is built into Electron.</p>
20
+
<p>Nearly all (over 90%) of <ahref="http://babeljs.io/docs/learn-es2015/" class="u-exlink">ES2015</a> is availble to use in Electron <em>without the use of pre-processors</em> because it's a part of <ahref="https://developers.google.com/v8/" class="u-exlink">V8</a> which is built into Electron.</p>
21
21
22
22
<p>To illustrate this we've made use of <code>const</code>, for un changing declarations; <code>let</code> for scoped declarations; and template strings like: <code>`Result is ${output}`</code> in the demo snippets.</p>
0 commit comments