| Index: docs/closure_compilation.md
|
| diff --git a/docs/closure_compilation.md b/docs/closure_compilation.md
|
| index e041fed033340608b8329ba9554a883c4e3d9409..0c59e50a556aefc98538fd6adf1250d10df21771 100644
|
| --- a/docs/closure_compilation.md
|
| +++ b/docs/closure_compilation.md
|
| @@ -116,7 +116,7 @@ With these contents:
|
|
|
| You can locally test that your code compiles on Linux or Mac. This requires
|
| [Java](http://www.oracle.com/technetwork/java/javase/downloads/index.html) and a
|
| -[Chrome checkout](http://www.chromium.org/developers/how-tos/get-the-code) (i.e.
|
| +[Chrome checkout](https://www.chromium.org/developers/how-tos/get-the-code) (i.e.
|
| python, depot_tools). Note: on Ubuntu, you can probably just run `sudo apt-get
|
| install openjdk-7-jre`.
|
|
|
| @@ -194,5 +194,5 @@ in `src/third_party/closure_compiler/compiled_resources2.gyp`:
|
| ```
|
|
|
| This file is used by the
|
| -[Closure compiler bot](http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linux)
|
| +[Closure compiler bot](https://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linux)
|
| to automatically compile your code on every commit.
|
|
|