From 75f40c41674a58d220b102ae81a6347f8dd75968 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Sat, 12 Nov 2022 23:35:13 +0100 Subject: [PATCH] Fix link to `steam-deck-tools` --- FanControl/FanControlForm.Designer.cs | 2 +- FanControl/FanControlForm.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FanControl/FanControlForm.Designer.cs b/FanControl/FanControlForm.Designer.cs index 4b6dec7..cfc8c8d 100644 --- a/FanControl/FanControlForm.Designer.cs +++ b/FanControl/FanControlForm.Designer.cs @@ -226,7 +226,7 @@ this.helpLabel.Name = "helpLabel"; this.helpLabel.Size = new System.Drawing.Size(706, 32); this.helpLabel.TabIndex = 8; - this.helpLabel.Text = "https://github.com/ayufan-research/SteamDeckTools"; + this.helpLabel.Text = "https://github.com/ayufan-research/steam-deck-tools"; this.helpLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.helpLabel.DoubleClick += new System.EventHandler(this.help_DoubleClick); // diff --git a/FanControl/FanControlForm.cs b/FanControl/FanControlForm.cs index 79a457d..88c3ed5 100644 --- a/FanControl/FanControlForm.cs +++ b/FanControl/FanControlForm.cs @@ -120,7 +120,7 @@ namespace FanControl private void help_DoubleClick(object sender, EventArgs e) { - System.Diagnostics.Process.Start("explorer.exe", "http://github.com/ayufan-research/SteamDeckTools"); + System.Diagnostics.Process.Start("explorer.exe", "http://github.com/ayufan-research/steam-deck-tools"); } private void toolStripMenuItemAlwaysOnTop_Click(object sender, EventArgs e)