Skip to content

Commit

Permalink
Release 0.1.0 (2)
Browse files Browse the repository at this point in the history
- fix url
  • Loading branch information
marihachi committed Jun 12, 2018
1 parent 22d7312 commit 0914c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LegatoNowPlaying/SettingWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private void button3_Click(object sender, EventArgs e)

private void licenseLinkLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
Process.Start("https://github.com/Legato-Dev/Legato-NowPlaying/blob/master/LICENSE.md");
Process.Start("https://github.com/Legato-Dev/Legato-NowPlaying/blob/22d7312e4b24645e92d1facbee23350f499ad7bf/LICENSE.md");
}

#endregion Event Handlers
Expand Down

0 comments on commit 0914c60

Please sign in to comment.