From f14133c4de4a76f87908f3e82643424f1ddf6fd9 Mon Sep 17 00:00:00 2001 From: cadaei Date: Sat, 14 Jan 2017 19:50:35 +0100 Subject: [PATCH] adjusted links to the github-wiki --- ARKBreedingStats/Form1.cs | 4 ++-- ARKBreedingStats/Properties/AssemblyInfo.cs | 2 +- ARKBreedingStats/ver.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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