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

@@ -407,7 +407,7 @@ if __name__ == '__main__':
'closure-library-read-only', 'closure', 'bin', 'calcdeps.py'))
except ImportError:
print("""Error: Closure not found. Read this:
http://code.google.com/p/blockly/wiki/Closure""")
https://github.com/google/blockly/wiki/Closure""")
sys.exit(1)
search_paths = calcdeps.ExpandDirectories(
['core', os.path.join(os.path.pardir, 'closure-library-read-only')])