diff --git a/.github/ISSUE_TEMPLATE/informal.md b/.github/ISSUE_TEMPLATE/informal.md index f2cee0f1b..723740501 100644 --- a/.github/ISSUE_TEMPLATE/informal.md +++ b/.github/ISSUE_TEMPLATE/informal.md @@ -9,4 +9,4 @@ assignees: '' > If you are describing bugs, enhancements or feature requests, better use the corresponding issue templates! They will help solve these issues faster. > -> If you have a general question about game development, you will get faster support at our Discord server: https://discord.gg/CggbPkb +> If you have a general question about game development, you will get faster support at our Discord server: https://discord.gg/yuvuDW5 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c4a86213..cd7777106 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ ct.js consists of several modules and repos, so make sure you post to a correct * If you found an error in docs, or would like to add a new tutorial, doc piece, or other improvements to docs.ctjs.rocks, then open an issue in [this repo](https://github.com/ct-js/docs.ctjs.rocks) instead. * Similarly, if you want to contribute to the website ctjs.rocks, visit [this repository](https://github.com/ct-js/ct-js-site). -* If you have a question about programming games in ct.js, or have general questions, it is better to ask it on our [Discord server](https://discord.gg/CggbPkb), as you are more likely to get answers there faster ⚡ +* If you have a question about programming games in ct.js, or have general questions, it is better to ask it on our [Discord server](https://discord.gg/yuvuDW5), as you are more likely to get answers there faster ⚡ ## Submitting an issue diff --git a/app/data/i18n/Readme.md b/app/data/i18n/Readme.md index cdc743057..a9d243b17 100644 --- a/app/data/i18n/Readme.md +++ b/app/data/i18n/Readme.md @@ -4,6 +4,6 @@ This folder contains translation files for ct.js. To create a translation, creat Use the `Debug` translation in ct.js to see which keys are used across the app. -When you finish your translation, open a pull request to add it to the main repo so it becomes available to everyone. If you are not familiar with GitHub and source control systems in general, you can post your translation file at our [Discord server](https://discord.gg/CggbPkb). +When you finish your translation, open a pull request to add it to the main repo so it becomes available to everyone. If you are not familiar with GitHub and source control systems in general, you can post your translation file at our [Discord server](https://discord.gg/yuvuDW5). For translating the docs site (docs.ctjs.rocks), see [this repo](https://github.com/ct-js/docs.ctjs.rocks). diff --git a/src/riotTags/project-selector.tag b/src/riotTags/project-selector.tag index 83cee1054..9654e15b8 100644 --- a/src/riotTags/project-selector.tag +++ b/src/riotTags/project-selector.tag @@ -153,7 +153,7 @@ project-selector a(href="https://comigo.itch.io/ct" title="{voc.itch}" onclick="{openExternal('https://comigo.itch.io/ct')}") svg.icon use(xlink:href="#itch-dot-io") - a(href="https://discord.gg/CggbPkb" title="{voc.discord}" onclick="{openExternal('https://discord.gg/CggbPkb')}") + a(href="https://discord.gg/yuvuDW5" title="{voc.discord}" onclick="{openExternal('https://discord.gg/yuvuDW5')}") svg.icon use(xlink:href="#discord") a(href="https://twitter.com/ctjsrocks" title="{voc.twitter}" onclick="{openExternal('https://twitter.com/ctjsrocks')}")