Skip to content

Commit

Permalink
Fix typo in translations docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6273 committed May 28, 2024
1 parent 26dccec commit a205440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SS14.Launcher/ConfigConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit a205440

Please sign in to comment.