Skip to content

Commit

Permalink
Change info links
Browse files Browse the repository at this point in the history
  • Loading branch information
AruMoon committed Jan 18, 2025
1 parent a1e7397 commit 63442df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/CCVar/CCVars.Game.Infolinks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed partial class CCVars
/// Link to GitLab page to show in the launcher.
/// </summary>
public static readonly CVarDef<string> InfoLinksGitLab =
CVarDef.Create("infolinks.gitlab", "https://git.arumoon.ru/Workbench-Team/space-station-14/-/tree/arumoon-server", CVar.SERVER | CVar.REPLICATED);
CVarDef.Create("infolinks.gitlab", "https://gitlab.workbench.network/Workbench-Team/space-station-14/-/tree/arumoon-server", CVar.SERVER | CVar.REPLICATED);
// HARDCODE: Default value specified because DevInfoBanner window uses client side config instead of server's config

/// <summary>
Expand All @@ -47,7 +47,7 @@ public sealed partial class CCVars
/// Link to the bug report form.
/// </summary>
public static readonly CVarDef<string> InfoLinksBugReport =
CVarDef.Create("infolinks.bug_report", "https://git.arumoon.ru/Workbench-Team/space-station-14/-/issues/new", CVar.SERVER | CVar.REPLICATED);
CVarDef.Create("infolinks.bug_report", "https://gitlab.workbench.network/Workbench-Team/space-station-14/-/issues/new", CVar.SERVER | CVar.REPLICATED);
// HARDCODE: Default value specified because DevInfoBanner window uses client side config instead of server's config

/// <summary>
Expand Down

0 comments on commit 63442df

Please sign in to comment.