From 47c2af74d65afff96d225ba0bdeaa4624b171b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 18 Nov 2015 17:34:11 +0200 Subject: [PATCH] update closure compiler download url --- tests/MinifyClosureCompilerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MinifyClosureCompilerTest.php b/tests/MinifyClosureCompilerTest.php index 3aace70..bd9e48a 100644 --- a/tests/MinifyClosureCompilerTest.php +++ b/tests/MinifyClosureCompilerTest.php @@ -8,7 +8,7 @@ class MinifyClosureCompilerTest extends TestCase Minify_ClosureCompiler::$isDebug = true; // To test more functionality, download a compiler.jar from - // https://code.google.com/p/closure-compiler/wiki/BinaryDownloads, + // https://github.com/google/closure-compiler#getting-started, // put it under tests dir as 'compiler.jar' // set minimum necessary settings