Skip to content

Commit

Permalink
📝 Update Discord Link
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanahamed authored and CosmoMyzrailGorynych committed Jan 5, 2024
1 parent 4282a13 commit f1a3008
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/informal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app/data/i18n/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion src/riotTags/project-selector.tag
Original file line number Diff line number Diff line change
Expand Up @@ -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')}")
Expand Down

0 comments on commit f1a3008

Please sign in to comment.