Update Mappings to Shortcuts and all links

This commit is contained in:
Kamil Trzciński 2022-12-10 10:21:10 +01:00
parent fec7e87c21
commit ef73516bfe
7 changed files with 11 additions and 11 deletions

View file

@ -171,7 +171,7 @@ namespace FanControl
private void help_DoubleClick(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("explorer.exe", "http://github.com/ayufan-research/steam-deck-tools");
System.Diagnostics.Process.Start("explorer.exe", "https://steam-deck-tools.ayufan.dev");
}
private void toolStripMenuItemAlwaysOnTop_Click(object sender, EventArgs e)