Skip to content

Commit c25d919

Browse files
Updated help link for non-database configurations selected from the CSU
1 parent e0df6d1 commit c25d919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Three utilities are currently available to assist in using the openHistorian 2.
3535
* Documentation for openHistorian can be found in the openHistorian [wiki](../../wiki).
3636
* Documentation for all GPA products can be found in the [GPA wiki](https://gridprotectionalliance.org/wiki/doku.php)
3737
* Get in contact with our development team on our new [discussion boards](http://discussions.gridprotectionalliance.org/c/gpa-products/openhistorian).
38-
* View old discussion board topics [here](http://openhistorian.codeplex.com/discussions).
38+
* View old discussion board topics [here](https://archive.codeplex.com/?p=openhistorian).
3939

4040
# Deployment
4141

Source/Tools/ConfigurationSetupUtility/Screens/WarningMessageScreen.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public bool UserInputIsValid
120120

121121
private void hyperlinkHelp_Click(object sender, RoutedEventArgs e)
122122
{
123-
Process.Start("http://openHistorian.codeplex.com/documentation/");
123+
Process.Start("https://github.com/GridProtectionAlliance/openHistorian");
124124
}
125125

126126
#endregion

0 commit comments

Comments
 (0)