Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Aug 4, 2015
1 parent e634b7e commit 45e0968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadowsocks-csharp/View/MenuViewController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ private void ShowFirstTimeBalloon()

private void AboutItem_Click(object sender, EventArgs e)
{
Process.Start("https://github.com/shadowsocks/shadowsocks-csharp");
Process.Start("https://github.com/shadowsocks/shadowsocks-windows");
}

private void notifyIcon1_DoubleClick(object sender, MouseEventArgs e)
Expand Down

0 comments on commit 45e0968

Please sign in to comment.