Skip to content

Commit

Permalink
Fix changelog link
Browse files Browse the repository at this point in the history
  • Loading branch information
mimic2300 committed Jun 5, 2018
1 parent 4a5dc09 commit abeb3d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@EndpointService(IService.SERVICE_BOTNET_UPDATE)
public final class BotnetUpdateService extends Service {

private static final String UPDATE_URL = "https://github.com/OphiteCorp/vhackos-botnet/blob/master/changelog.chl";
private static final String UPDATE_URL = "https://raw.githubusercontent.com/OphiteCorp/vhackos-botnet/master/changelog.chl";
private static final long DEFAULT_TIMEOUT = 3600000; // 1h

protected BotnetUpdateService(Botnet botnet) {
Expand Down

0 comments on commit abeb3d1

Please sign in to comment.