summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/js_externs_generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/json_schema_compiler/js_externs_generator.py')
-rw-r--r--tools/json_schema_compiler/js_externs_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/json_schema_compiler/js_externs_generator.py b/tools/json_schema_compiler/js_externs_generator.py
index 8ba27ca..065e4d3 100644
--- a/tools/json_schema_compiler/js_externs_generator.py
+++ b/tools/json_schema_compiler/js_externs_generator.py
@@ -20,7 +20,7 @@ import re
NOTE = """// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.%s.FooType'.
// Please run the closure compiler before committing changes.
-// See https://code.google.com/p/chromium/wiki/ClosureCompilation.
+// See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
"""
class JsExternsGenerator(object):