Skip to content

Commit e0df6d1

Browse files
Fixed help URL in manager to no longer point to CodePlex
1 parent 639ff95 commit e0df6d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Source/Applications/openHistorianManager/MainWindow.xaml.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,11 @@ private void ButtonHelp_Click(object sender, RoutedEventArgs e)
300300
bool useLocalHelp = false;
301301
try
302302
{
303-
//Check for the Internet Connectivity.
304-
Dns.GetHostEntry("openHistorian.codeplex.com");
303+
// Check for the Internet Connectivity.
304+
Dns.GetHostEntry("openHistorian.com");
305305

306-
//Launch the help page avilable on web.
307-
Process.Start("http://openHistorian.codeplex.com/wikipage?title=openHistorian%20How-To&referringTitle=Documentation");
306+
// Launch the help page available on web.
307+
Process.Start("https://github.com/GridProtectionAlliance/openHistorian/wiki");
308308
}
309309
catch
310310
{

0 commit comments

Comments
 (0)