From 8c252abae4ee0e35876e015bc9c1cef06ea83a8d Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Fri, 19 Sep 2014 22:14:51 -0700 Subject: [PATCH] Updating wiki help URLs. --- appengine/README.txt | 14 ++++++++++---- build.py | 2 +- demos/realtime/index.html | 2 +- generators/python/math.js | 2 +- msg/js/ar.js | 16 ++++++++-------- msg/js/az-latn.js | 16 ++++++++-------- msg/js/az.js | 16 ++++++++-------- msg/js/be-tarask.js | 6 +++--- msg/js/br.js | 6 +++--- msg/js/ca.js | 6 +++--- msg/js/cs.js | 14 +++++++------- msg/js/da.js | 6 +++--- msg/js/de.js | 8 ++++---- msg/js/el.js | 40 +++++++++++++++++++-------------------- msg/js/en.js | 6 +++--- msg/js/en_us.js | 10 +++++----- msg/js/es.js | 6 +++--- msg/js/fa.js | 6 +++--- msg/js/fi.js | 6 +++--- msg/js/fr.js | 10 +++++----- msg/js/he.js | 16 ++++++++-------- msg/js/hi.js | 6 +++--- msg/js/hrx.js | 6 +++--- msg/js/hu.js | 6 +++--- msg/js/ia.js | 6 +++--- msg/js/id.js | 16 ++++++++-------- msg/js/is.js | 6 +++--- msg/js/it.js | 6 +++--- msg/js/ja.js | 6 +++--- msg/js/ko.js | 16 ++++++++-------- msg/js/lb.js | 6 +++--- msg/js/lrc.js | 6 +++--- msg/js/ms.js | 6 +++--- msg/js/nb.js | 16 ++++++++-------- msg/js/nl.js | 16 ++++++++-------- msg/js/no.js | 16 ++++++++-------- msg/js/oc.js | 6 +++--- msg/js/pl.js | 16 ++++++++-------- msg/js/pms.js | 6 +++--- msg/js/pt-br.js | 6 +++--- msg/js/pt.js | 16 ++++++++-------- msg/js/ro.js | 16 ++++++++-------- msg/js/ru.js | 6 +++--- msg/js/sc.js | 6 +++--- msg/js/sq.js | 16 ++++++++-------- msg/js/sr.js | 16 ++++++++-------- msg/js/sv.js | 16 ++++++++-------- msg/js/th.js | 6 +++--- msg/js/tl.js | 16 ++++++++-------- msg/js/tlh.js | 6 +++--- msg/js/tr.js | 16 ++++++++-------- msg/js/uk.js | 16 ++++++++-------- msg/js/vi.js | 6 +++--- msg/js/zh-hans.js | 10 +++++----- msg/js/zh-hant.js | 6 +++--- msg/json/ar.json | 16 ++++++++-------- msg/json/az.json | 16 ++++++++-------- msg/json/cs.json | 8 ++++---- msg/json/de.json | 8 ++++---- msg/json/el.json | 20 -------------------- msg/json/en.json | 8 ++++---- msg/json/fr.json | 10 +++++----- msg/json/he.json | 16 ++++++++-------- msg/json/id.json | 16 ++++++++-------- msg/json/ko.json | 16 ++++++++-------- msg/json/nb.json | 16 ++++++++-------- msg/json/nl.json | 16 ++++++++-------- msg/json/pl.json | 16 ++++++++-------- msg/json/pt.json | 16 ++++++++-------- msg/json/ro.json | 16 ++++++++-------- msg/json/sq.json | 16 ++++++++-------- msg/json/sr.json | 16 ++++++++-------- msg/json/sv.json | 16 ++++++++-------- msg/json/tl.json | 16 ++++++++-------- msg/json/tr.json | 16 ++++++++-------- msg/json/uk.json | 16 ++++++++-------- msg/json/zh-hans.json | 4 ++-- msg/messages.js | 6 +++--- 78 files changed, 434 insertions(+), 448 deletions(-) diff --git a/appengine/README.txt b/appengine/README.txt index 75eb0383a..93c0e9368 100644 --- a/appengine/README.txt +++ b/appengine/README.txt @@ -16,19 +16,25 @@ blockly/ |- README.txt |- storage.js |- storage.py - |- closure-library-read-only/ + |- closure-library-read-only/ (Optional) `- static/ |- apps/ + |- blocks/ |- core/ |- demos/ |- generators/ - |- language/ |- media/ + |- msg/ |- tests/ - `- blockly_compressed.js + |- blockly_compressed.js + |- blockly_uncompressed.js (Optional) + |- blocks_compressed.js + |- dart_compressed.js + |- javascript_compressed.js + `- python_compressed.js Instructions for fetching Closure may be found here: - http://code.google.com/p/blockly/wiki/Closure + https://github.com/google/blockly/wiki/Closure Finally, upload this directory structure to your App Engine account, wait a minute, then go to http://YOURNAME.appspot.com/ diff --git a/build.py b/build.py index 8bb5d309c..20ae8a145 100755 --- a/build.py +++ b/build.py @@ -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')]) diff --git a/demos/realtime/index.html b/demos/realtime/index.html index e0fa6d7d8..2f1237d7d 100644 --- a/demos/realtime/index.html +++ b/demos/realtime/index.html @@ -62,7 +62,7 @@