13 lines
685 B
C#
13 lines
685 B
C#
namespace ParrelSync
|
|
{
|
|
public class ExternalLinks
|
|
{
|
|
public const string RemoteVersionURL = "https://raw.githubusercontent.com/VeriorPies/ParrelSync/master/VERSION.txt";
|
|
public const string Releases = "https://github.com/VeriorPies/ParrelSync/releases";
|
|
public const string CustomArgumentHelpLink = "https://github.com/VeriorPies/ParrelSync/wiki/Argument";
|
|
|
|
public const string GitHubHome = "https://github.com/VeriorPies/ParrelSync/";
|
|
public const string GitHubIssue = "https://github.com/VeriorPies/ParrelSync/issues";
|
|
public const string FAQ = "https://github.com/VeriorPies/ParrelSync/wiki/Troubleshooting-&-FAQs";
|
|
}
|
|
} |