From ae8aaa3ef486c7dedba9e9a259fa75a4af3e7671 Mon Sep 17 00:00:00 2001 From: Ruben van Vreeland Date: Sat, 30 Apr 2016 19:00:23 +0200 Subject: [PATCH] Update Google Closure Compiler git to new location Currently hosted on https://github.com/google/closure-compiler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4de0cd8..ae2f606 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ $ sudo apt-get install git ant openjdk-7-jdk Then checkout the source from Git and build: ```bash -$ git clone https://code.google.com/p/closure-compiler/ +$ git clone https://github.com/google/closure-compiler $ cd closure-compiler $ ant ```