diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index d6cc176315..0033eac318 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -2217,7 +2217,7 @@ public static readonly CVarDef /// Link to wiki to show in the launcher. /// public static readonly CVarDef InfoLinksWiki = - CVarDef.Create("infolinks.wiki", "", CVar.SERVER | CVar.REPLICATED); + CVarDef.Create("infolinks.wiki", "https://wiki.wwdp.ee", CVar.SERVER | CVar.REPLICATED); /// /// Link to Patreon. Not shown in the launcher currently.