diff --git a/ARKBreedingStats/Form1.cs b/ARKBreedingStats/Form1.cs index c6f519dd..ba9fd588 100644 --- a/ARKBreedingStats/Form1.cs +++ b/ARKBreedingStats/Form1.cs @@ -2219,7 +2219,7 @@ private void statIOUpdateValue(StatIO sIo) private void onlinehelpToolStripMenuItem_Click(object sender, EventArgs e) { - System.Diagnostics.Process.Start("https://github.com/cadon/ARKStatsExtractor/wiki"); + System.Diagnostics.Process.Start("https://github.com/cadon/ARKStatsExtractor/wiki/manual"); } private void listViewLibrary_KeyUp(object sender, KeyEventArgs e) @@ -3014,7 +3014,7 @@ private void saveToolStripButton1_Click(object sender, EventArgs e) private void buttonHelp_Click(object sender, EventArgs e) { - System.Diagnostics.Process.Start("https://github.com/cadon/ARKStatsExtractor/wiki"); + System.Diagnostics.Process.Start("https://github.com/cadon/ARKStatsExtractor/wiki/Extraction-issues"); } private void showStatsInOverlay() diff --git a/ARKBreedingStats/Properties/AssemblyInfo.cs b/ARKBreedingStats/Properties/AssemblyInfo.cs index 83b9715c..c266b31e 100644 --- a/ARKBreedingStats/Properties/AssemblyInfo.cs +++ b/ARKBreedingStats/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("0.20.9.0")] +[assembly: AssemblyFileVersion("0.20.9.1")] diff --git a/ARKBreedingStats/ver.txt b/ARKBreedingStats/ver.txt index 6867e731..d09c8bfa 100644 --- a/ARKBreedingStats/ver.txt +++ b/ARKBreedingStats/ver.txt @@ -1 +1 @@ -2530000,0.20.9.0 \ No newline at end of file +2530000,0.20.9.1 \ No newline at end of file