Skip to content

Commit

Permalink
Fixed copy/paste in UpdateURL
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneff committed Sep 14, 2017
1 parent 2b19191 commit 9f66b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CrashNSTLoadRemovalFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public string UpdateName
{
get { return ComponentName; }
}
public string UpdateURL => "https://raw.githubusercontent.com/thomasneff/LiveSplit.PokemonRB/master/";
public string UpdateURL => "https://raw.githubusercontent.com/thomasneff/LiveSplit.CrashNSTLoadRemoval/master/";
public string XMLURL => UpdateURL + "update.LiveSplit.CrashNSTLoadRemoval.xml";


Expand Down

0 comments on commit 9f66b1f

Please sign in to comment.