| Index: tools/json_schema_compiler/js_externs_generator_test.py
|
| diff --git a/tools/json_schema_compiler/js_externs_generator_test.py b/tools/json_schema_compiler/js_externs_generator_test.py
|
| index c3376598610ae17674f68d77a9e1933023fc7a03..63deaf358f3186944f540032adfc170a1aecadc5 100755
|
| --- a/tools/json_schema_compiler/js_externs_generator_test.py
|
| +++ b/tools/json_schema_compiler/js_externs_generator_test.py
|
| @@ -81,7 +81,7 @@ expected_output = ("""// Copyright %s The Chromium Authors. All rights reserved.
|
| // NOTE: The format of types has changed. 'FooType' is now
|
| // 'chrome.fakeApi.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
|
|
|
| /** @fileoverview Externs generated from namespace: fakeApi */
|
|
|
| @@ -240,7 +240,7 @@ json_expected = ("""// Copyright %s The Chromium Authors. All rights reserved.
|
| // NOTE: The format of types has changed. 'FooType' is now
|
| // 'chrome.fakeJson.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
|
|
|
| /** @fileoverview Externs generated from namespace: fakeJson */
|
|
|
|
|