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

@ -72,7 +72,7 @@ namespace PowerControl
var helpItem = contextMenu.Items.Add("&Help");
helpItem.Click += delegate
{
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");
};
contextMenu.Items.Add(new ToolStripSeparator());