Skip to content

Commit

Permalink
#26: Fixed project url resolution for about box.
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkapok committed Jun 16, 2017
1 parent 93e02f2 commit 2937a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Terminals/Services/ExternalLinks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ internal static void AskIfShowReleasePage(Settings settings, ReleaseInfo release

internal static void ShowReleasePage()
{
OpenPath("http://" + TerminalsReleasesUrl);
OpenPath(TerminalsReleasesUrl);
}

internal static void OpenAuthorPage()
Expand Down

0 comments on commit 2937a86

Please sign in to comment.