|
@@ -74,7 +74,7 @@ namespace PRSDesktop
|
|
|
|
|
|
private void Wiki_Click(object sender, RoutedEventArgs e)
|
|
|
{
|
|
|
- Process.Start("https://prs-software.com.au/wiki/index.php/" + _type.Replace(" ", "_").Replace("/", ""));
|
|
|
+ Process.Start("https://prsdigital.com.au/wiki/index.php/" + _type.Replace(" ", "_").Replace("/", ""));
|
|
|
}
|
|
|
|
|
|
#region Save / Load Window Location
|