Updating wiki help URLs.

This commit is contained in:
Neil Fraser
2014-09-19 22:14:51 -07:00
parent c44c629725
commit 8c252abae4
78 changed files with 434 additions and 448 deletions

View File

@@ -61,7 +61,7 @@ Blockly.Python['math_arithmetic'] = function(block) {
// guarantee identical results in all languages. To do otherwise would
// require every operator to be wrapped in a function call. This would kill
// legibility of the generated code. See:
// http://code.google.com/p/blockly/wiki/Language
// https://github.com/google/blockly/wiki/Language
};
Blockly.Python['math_single'] = function(block) {