From 0914c605a020b4c1024bd74e16bc91e632c08d26 Mon Sep 17 00:00:00 2001 From: marihachi Date: Tue, 12 Jun 2018 22:19:33 +0900 Subject: [PATCH] Release 0.1.0 (2) - fix url --- LegatoNowPlaying/SettingWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LegatoNowPlaying/SettingWindow.cs b/LegatoNowPlaying/SettingWindow.cs index 7a38567..3ef8a8e 100644 --- a/LegatoNowPlaying/SettingWindow.cs +++ b/LegatoNowPlaying/SettingWindow.cs @@ -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