mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
url changes
- updated http urls to https when possible.
This commit is contained in:
parent
11c411a557
commit
c79ec023d8
23 changed files with 134 additions and 101 deletions
|
|
@ -30,7 +30,7 @@ namespace ServerManagerTool
|
|||
{
|
||||
var details = new StringBuilder();
|
||||
details.AppendLine("ARK Server Manager Crash Report");
|
||||
details.AppendLine("Please report this crash to the Ark Server Manager forums - http://arkservermanager.freeforums.net");
|
||||
details.AppendLine("Please report this crash to the Ark Server Manager forums - https://arkservermanager.freeforums.net");
|
||||
details.AppendLine();
|
||||
|
||||
details.AppendLine($"Assembly: {Assembly.GetExecutingAssembly()}");
|
||||
|
|
@ -64,7 +64,7 @@ namespace ServerManagerTool
|
|||
message.AppendLine($"Crash Dump: {crashFile}");
|
||||
details.AppendLine();
|
||||
details.AppendLine();
|
||||
message.AppendLine("Please report this crash to the Ark Server Manager forums - http://arkservermanager.freeforums.net");
|
||||
message.AppendLine("Please report this crash to the Ark Server Manager forums - https://arkservermanager.freeforums.net");
|
||||
message.AppendLine("The crash log will now be opened in notepad.");
|
||||
|
||||
var result = MessageBox.Show(message.ToString(), "ARK Server Manager crashed", MessageBoxButton.OK, MessageBoxImage.Exclamation);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue