Clarifying the description of the generators demo. (#1919)

Adding a link back to the "Running JavaScript" page.
This commit is contained in:
Andrew n marshall
2018-06-12 14:29:33 -07:00
committed by GitHub
parent 05fcdc3510
commit 83d8559de7

View File

@@ -22,9 +22,10 @@
<h1><a href="https://developers.google.com/blockly/">Blockly</a> &gt;
<a href="../index.html">Demos</a> &gt; Generating JavaScript</h1>
<p>This is a simple demo of generating code from blocks.</p>
<p>This is a simple demo of generating code from blocks and running
the code in a sandboxed JavaScript interpreter.</p>
<p>&rarr; More info on <a href="https://developers.google.com/blockly/guides/configure/web/code-generators">Code Generators</a>&hellip;</p>
<p>&rarr; More info on <a href="https://developers.google.com/blockly/guides/configure/web/code-generators">Code Generators</a> and <a href="https://developers.google.com/blockly/guides/app-integration/running-javascript">Running JavaScript</a>.</p>
<p>
<button onclick="showCode()">Show JavaScript</button>