mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
Point context help to GitHub from Google Code.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
<p>This is a simple demo of injecting Blockly into a fixed-sized 'div' element.</p>
|
||||
|
||||
<p>→ More info on <a href="https://code.google.com/p/blockly/wiki/InjectingFixedSize">injecting fixed-sized Blockly</a>...</p>
|
||||
<p>→ More info on <a href="https://github.com/google/blockly/wiki/InjectingFixedSize">injecting fixed-sized Blockly</a>...</p>
|
||||
|
||||
<div id="blocklyDiv" style="height: 480px; width: 600px;"></div>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
<p>This is a simple demo of generating code from blocks.</p>
|
||||
|
||||
<p>→ More info on <a href="https://code.google.com/p/blockly/wiki/LanguageGenerators">Language Generators</a>...</p>
|
||||
<p>→ More info on <a href="https://github.com/google/blockly/wiki/LanguageGenerators">Language Generators</a>...</p>
|
||||
|
||||
<p>
|
||||
<button onclick="showCode()">Show JavaScript</button>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
<p>This is a simple demo of injecting Blockly into a resizable 'iframe' element.</p>
|
||||
|
||||
<p>→ More info on <a href="https://code.google.com/p/blockly/wiki/InjectingResizable">injecting resizable Blockly</a>...</p>
|
||||
<p>→ More info on <a href="https://github.com/google/blockly/wiki/InjectingResizable">injecting resizable Blockly</a>...</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
<p>This is a simple demo of executing code wth a sandboxed JavaScript interpreter.</p>
|
||||
|
||||
<p>→ More info on <a href="https://code.google.com/p/blockly/wiki/JSInterpreter">JS Interpreter</a>...</p>
|
||||
<p>→ More info on <a href="https://github.com/google/blockly/wiki/JSInterpreter">JS Interpreter</a>...</p>
|
||||
|
||||
<p>
|
||||
<button onclick="parseCode()">Parse JavaScript</button>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<p>This is a simple demo of realtime collaboration in Blockly.</p>
|
||||
|
||||
<p>→ More info on
|
||||
<a href="https://code.google.com/p/blockly/wiki/RealtimeCollaboration">
|
||||
<a href="https://github.com/google/blockly/wiki/RealtimeCollaboration">
|
||||
realtime collaboration in Blockly</a>...</p>
|
||||
|
||||
<div id="collaborators"></div>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<p>→ More info on <a href="https://code.google.com/p/blockly/wiki/CloudStorageWithAppEngine">Cloud Storage</a>...</p>
|
||||
<p>→ More info on <a href="https://github.com/google/blockly/wiki/CloudStorageWithAppEngine">Cloud Storage</a>...</p>
|
||||
|
||||
<p>
|
||||
<button onclick="BlocklyStorage.link()">Save Blocks</button>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
<p>This is a demo of a complex category structure for the toolbox.</p>
|
||||
|
||||
<p>→ More info on <a href="https://code.google.com/p/blockly/wiki/Toolbox">Defining the Toolbox</a>...</p>
|
||||
<p>→ More info on <a href="https://github.com/google/blockly/wiki/Toolbox">Defining the Toolbox</a>...</p>
|
||||
|
||||
<div id="blocklyDiv" style="height: 600px; width: 800px;"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user