Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
fixing bitbucket url; fixes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
klieber committed May 30, 2014
1 parent a495fab commit 4f52172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public boolean apply(String version) {
};

private static final String GOOGLE_CODE = "https://phantomjs.googlecode.com/files/";
private static final String BITBUCKET = "http://cdn.bitbucket.org/ariya/phantomjs/downloads/";
private static final String BITBUCKET = "https://bitbucket.org/ariya/phantomjs/downloads/";

private enum Source {
URL,
Expand Down

0 comments on commit 4f52172

Please sign in to comment.