Point context help to GitHub from Google Code.

This commit is contained in:
Neil Fraser
2014-09-18 16:52:00 -07:00
parent 7122410373
commit c44c629725
169 changed files with 2143 additions and 2044 deletions

View File

@@ -23,7 +23,7 @@
<p>This is a simple demo of injecting Blockly into a fixed-sized 'div' element.</p>
<p>&rarr; More info on <a href="https://code.google.com/p/blockly/wiki/InjectingFixedSize">injecting fixed-sized Blockly</a>...</p>
<p>&rarr; 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>

View File

@@ -24,7 +24,7 @@
<p>This is a simple demo of generating code from blocks.</p>
<p>&rarr; More info on <a href="https://code.google.com/p/blockly/wiki/LanguageGenerators">Language Generators</a>...</p>
<p>&rarr; More info on <a href="https://github.com/google/blockly/wiki/LanguageGenerators">Language Generators</a>...</p>
<p>
<button onclick="showCode()">Show JavaScript</button>

View File

@@ -35,7 +35,7 @@
<p>This is a simple demo of injecting Blockly into a resizable 'iframe' element.</p>
<p>&rarr; More info on <a href="https://code.google.com/p/blockly/wiki/InjectingResizable">injecting resizable Blockly</a>...</p>
<p>&rarr; More info on <a href="https://github.com/google/blockly/wiki/InjectingResizable">injecting resizable Blockly</a>...</p>
</td>
</tr>
<tr>

View File

@@ -25,7 +25,7 @@
<p>This is a simple demo of executing code wth a sandboxed JavaScript interpreter.</p>
<p>&rarr; More info on <a href="https://code.google.com/p/blockly/wiki/JSInterpreter">JS Interpreter</a>...</p>
<p>&rarr; More info on <a href="https://github.com/google/blockly/wiki/JSInterpreter">JS Interpreter</a>...</p>
<p>
<button onclick="parseCode()">Parse JavaScript</button>

View File

@@ -32,7 +32,7 @@
<p>This is a simple demo of realtime collaboration in Blockly.</p>
<p>&rarr; 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>

View File

@@ -41,7 +41,7 @@
}
</script>
<p>&rarr; More info on <a href="https://code.google.com/p/blockly/wiki/CloudStorageWithAppEngine">Cloud Storage</a>...</p>
<p>&rarr; More info on <a href="https://github.com/google/blockly/wiki/CloudStorageWithAppEngine">Cloud Storage</a>...</p>
<p>
<button onclick="BlocklyStorage.link()">Save Blocks</button>

View File

@@ -23,7 +23,7 @@
<p>This is a demo of a complex category structure for the toolbox.</p>
<p>&rarr; More info on <a href="https://code.google.com/p/blockly/wiki/Toolbox">Defining the Toolbox</a>...</p>
<p>&rarr; 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>