Skip to content

Commit

Permalink
Switched version check to point to github
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Rush authored and Ben Rush committed May 10, 2016
1 parent b84bf2a commit f555a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeeChallenge/src/KeeChallengeExt.cs
Expand Up @@ -35,7 +35,7 @@ public sealed class KeeChallengeExt : Plugin

public override String UpdateUrl
{
get { return "https://sourceforge.net/p/keechallenge/code/ci/master/tree/VERSION?format=raw"; }
get { return "https://github.com/brush701/keechallenge/raw/master/VERSION"; }
}

public IPluginHost Host
Expand Down

0 comments on commit f555a45

Please sign in to comment.