From a205440b684130e08c6d1f2043504b059ef3025b Mon Sep 17 00:00:00 2001 From: 0x6273 <0x40@keemail.me> Date: Tue, 28 May 2024 14:24:53 +0200 Subject: [PATCH] Fix typo in translations docs url --- SS14.Launcher/ConfigConstants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SS14.Launcher/ConfigConstants.cs b/SS14.Launcher/ConfigConstants.cs index 99f2262a..c97a5632 100644 --- a/SS14.Launcher/ConfigConstants.cs +++ b/SS14.Launcher/ConfigConstants.cs @@ -36,7 +36,7 @@ public static class ConfigConstants public const string WebsiteUrl = "https://spacestation14.com"; public const string DownloadUrl = "https://spacestation14.com/about/nightlies/"; public const string NewsFeedUrl = "https://spacestation14.com/post/index.xml"; - public const string TranslateUrl = "https://do cs.spacestation14.com/en/general-development/contributing-translations.html"; + public const string TranslateUrl = "https://docs.spacestation14.com/en/general-development/contributing-translations.html"; private static readonly UrlFallbackSet RobustBuildsBaseUrl = new([ "https://robust-builds.cdn.spacestation14.com/",