Skip to content

Commit

Permalink
adjusted links to the github-wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
cadaei committed Jan 14, 2017
1 parent b4505ca commit f14133c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ARKBreedingStats/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion ARKBreedingStats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion ARKBreedingStats/ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2530000,0.20.9.0
2530000,0.20.9.1

0 comments on commit f14133c

Please sign in to comment.