diff --git a/Content.Client/Links/UILinks.cs b/Content.Client/Links/UILinks.cs index c0d8d19d54..7481e80cd0 100644 --- a/Content.Client/Links/UILinks.cs +++ b/Content.Client/Links/UILinks.cs @@ -5,7 +5,7 @@ public const string GitHub = "https://github.com/space-wizards/space-station-14/"; public const string Patreon = "https://www.patreon.com/spacestation14"; - public const string Discord = "https://discordapp.com/invite/t2jac3p"; + public const string Discord = "https://discord.ss14.io/"; public const string BugReport = "https://github.com/space-wizards/space-station-14/issues/new/choose"; public const string Website = "https://spacestation14.io"; public const string Wiki = "https://wiki.spacestation14.io"; diff --git a/README.md b/README.md index 66fc00d578..8c13928fdd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ If you want to host or create content for SS14, this is the repo you need. It co ## Links -[Website](https://spacestation14.io/) | [Discord](https://discord.gg/t2jac3p) | [Forum](https://forum.spacestation14.io/) | [Steam](https://store.steampowered.com/app/1255460/Space_Station_14/) | [Standalone Download](https://spacestation14.io/about/nightlies/) +[Website](https://spacestation14.io/) | [Discord](https://discord.ss14.io/) | [Forum](https://forum.spacestation14.io/) | [Steam](https://store.steampowered.com/app/1255460/Space_Station_14/) | [Standalone Download](https://spacestation14.io/about/nightlies/) ## Documentation/Wiki @@ -32,6 +32,6 @@ We are not currently accepting translations of the game on our main repository. All code for the content repository is licensed under [MIT](https://github.com/space-wizards/space-station-14/blob/master/LICENSE.TXT). -Most assets are licensed under [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) unless stated otherwise. Assets have their license and the copyright in the metadata file. [Example](https://github.com/space-wizards/space-station-14/blob/master/Resources/Textures/Objects/Tools/crowbar.rsi/meta.json). +Most assets are licensed under [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) unless stated otherwise. Assets have their license and the copyright in the metadata file. [Example](https://github.com/space-wizards/space-station-14/blob/master/Resources/Textures/Objects/Tools/crowbar.rsi/meta.json). Note that some assets are licensed under the non-commercial [CC-BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/) or similar non-commercial licenses and will need to be removed if you wish to use this project commercially.