Skip to content

Commit

Permalink
change url from bitbucket to github.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekaomk committed Aug 9, 2015
1 parent d47edde commit 38b0f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YGOPro Tweaker/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private void frmMain_Load(object sender, EventArgs e)
{
//Set URL to Link Label
LinkLabel.Link link = new LinkLabel.Link();
link.LinkData = "https://bitbucket.org/ekaomk/ygopro-tweaker";
link.LinkData = "https://github.com/ekaomk/YGOPro-Tweaker";
llbLink.Links.Add(link);

switch (currentLanguage)
Expand Down

0 comments on commit 38b0f19

Please sign in to comment.