Skip to content

Commit

Permalink
branch replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilLord666 committed Feb 10, 2024
1 parent f19840a commit 43c284d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public async Task ExecuteNavigateToSupportPageAsync()
try
{
//todo(UMV): replace with master branch
string url = "https://github.com/Wissance/Zerial/blob/finalization2/Support.md";
string url = "https://github.com/Wissance/Zerial/blob/master/Support.md";
var psi = new ProcessStartInfo();
psi.UseShellExecute = true;
psi.FileName = url;
Expand Down

0 comments on commit 43c284d

Please sign in to comment.