Skip to content

Commit

Permalink
Fix link to company page - added www.
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-lorenc committed Apr 12, 2019
1 parent 000bb96 commit 22e23b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Soloplan.WhatsON.GUI/Config/AboutPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private void MadeBySoloplanLinkMouseUp(object sender, MouseButtonEventArgs e)
{
if (e.LeftButton == MouseButtonState.Released)
{
System.Diagnostics.Process.Start("http://soloplan.de");
System.Diagnostics.Process.Start("http://www.soloplan.de");
}
}

Expand Down

0 comments on commit 22e23b0

Please sign in to comment.