Skip to content

Commit

Permalink
Update link to newer github version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiaraujo committed Sep 11, 2014
1 parent ffbab28 commit ec300f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class UpdateCheckerService extends IntentService {

private final static String URL_DOWNLOAD = "https://raw.github.com/ruiaraujo/routerkeygen/master/android/routerkeygen_version.json";
private final static String URL_DOWNLOAD = "https://raw.githubusercontent.com/routerkeygen/routerkeygenAndroid/master/android/routerkeygen_version.json";

public UpdateCheckerService() {
super("UpdateCheckerService");
Expand Down

0 comments on commit ec300f7

Please sign in to comment.