Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Grunt task for [Closure Compiler](https://developers.google.com/closure/compil

## Getting Started

First you need to download a [build of Closure Compiler](http://code.google.com/p/closure-compiler/downloads/list) or build it [from the source](http://code.google.com/p/closure-compiler/source/checkout) (see [details below](#closure-compiler-installation-from-source)).
First you need to download a [build of Closure Compiler](https://github.com/google/closure-compiler/releases) or build it [from the source](https://github.com/google/closure-compiler) (see [details below](#closure-compiler-installation-from-source)).

Optionally, you can set up an environment variable called `CLOSURE_PATH` that points to your Closure Compiler dir (see [details below](#set-up-the-environment-variable)).

Expand Down Expand Up @@ -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.git
$ cd closure-compiler
$ ant
```
Expand Down