Skip to content

Commit cef1622

Browse files
committed
slack -> discord
1 parent 2938b1c commit cef1622

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can try it out here: https://futurecoder.io/
1515

1616
**Please consider [contributing](how_to_contribute.md) or [donating](https://opencollective.com/futurecoder)!**
1717

18-
Alternatively, [come have a chat on slack](https://join.slack.com/t/futurecoder/shared_invite/zt-tp8cmwra-CbdEeX9u3k1VyoMLDupAeQ).
18+
Alternatively, [come have a chat on discord](https://discord.gg/KwWvQCPBjW).
1919

2020
## Features
2121

frontend/src/Feedback.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ ${description.value.trim()}`;
9999
</a>
100100
</li>
101101
<li>
102-
<a href="https://join.slack.com/t/futurecoder/shared_invite/zt-tp8cmwra-CbdEeX9u3k1VyoMLDupAeQ">
103-
{terms.chat_on_slack}
102+
<a href="https://discord.gg/KwWvQCPBjW">
103+
{terms.chat_on_discord}
104104
</a>
105105
</li>
106106
</ul>

frontend/src/english_terms.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"contact_directly": "Alternatively, you can contact us directly:",
3535
"send_email_to": "Email",
3636
"open_github_issue": "Open an issue on GitHub",
37-
"chat_on_slack": "Chat on Slack",
37+
"chat_on_discord": "Chat on Discord",
3838
"copying_solution_not_allowed": "Copying from the hints/solution area is not allowed!",
3939
"no_hints_available": "This step doesn't have any hints. Try reading the instructions and requirements again. You can still check the solution if you're really stuck.",
4040
"get_hint": "Get a hint",

homepage/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,9 +467,9 @@ <h3 class="marginless">Interested in contributing code or course content?</h3>
467467
<div class="col">
468468
<h3>Contact Us</h3>
469469
<p>
470-
<i class="fab fa-slack"></i>&nbsp&nbsp
471-
<a href="https://join.slack.com/t/futurecoder/shared_invite/zt-tp8cmwra-CbdEeX9u3k1VyoMLDupAeQ">
472-
Chat on Slack
470+
<i class="fab fa-discord"></i>&nbsp&nbsp
471+
<a href="https://discord.gg/KwWvQCPBjW">
472+
Chat on Discord
473473
</a>
474474
</p>
475475
<p>

how_to_contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For starters, try using the platform to see what it's like. From the [table of c
1010

1111
Please [open an issue](https://github.com/alexmojaki/futurecoder/issues/new) about anything that's confusing, could be done better, or doesn't work. All suggestions and feedback are welcome. Tell me what interests you!
1212

13-
Consider adding your thoughts and ideas to [issues labeled 'discussion'](https://github.com/alexmojaki/futurecoder/issues?q=is%3Aissue+is%3Aopen+label%3Adiscussion). Or [come have a chat about anything on slack](https://join.slack.com/t/futurecoder/shared_invite/zt-tp8cmwra-CbdEeX9u3k1VyoMLDupAeQ).
13+
Consider adding your thoughts and ideas to [issues labeled 'discussion'](https://github.com/alexmojaki/futurecoder/issues?q=is%3Aissue+is%3Aopen+label%3Adiscussion). Or [come have a chat about anything on discord](https://discord.gg/KwWvQCPBjW).
1414

1515
The easiest way to contribute concretely is to write learning material for the course and participate in related discussions. This doesn't require any expertise beyond knowing how Python works. See [Helping with course content](#helping-with-course-content) for more information.
1616

@@ -28,7 +28,7 @@ It can be helpful to read through existing textbooks and such to find inspiratio
2828

2929
If you want to contribute a solid bit of course with actual text, code, and exercises, open a new issue with a proposal draft just in markdown. Actually implementing course content in Python is trickier so I handle those details. If you're really curious, there's partial documentation [here](https://github.com/alexmojaki/futurecoder/wiki/How-course-content-works).
3030

31-
If you have some partial ideas you'd like to talk about but don't feel ready to open an issue, [come chat on slack](https://join.slack.com/t/futurecoder/shared_invite/zt-tp8cmwra-CbdEeX9u3k1VyoMLDupAeQ).
31+
If you have some partial ideas you'd like to talk about but don't feel ready to open an issue, [come chat on discord](https://discord.gg/KwWvQCPBjW).
3232

3333
## Developing
3434

translations/english.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19655,8 +19655,8 @@ msgstr "On the bright side, your code passed ${num} test(s)!"
1965519655
msgid "frontend.cancel"
1965619656
msgstr "Cancel"
1965719657

19658-
msgid "frontend.chat_on_slack"
19659-
msgstr "Chat on Slack"
19658+
msgid "frontend.chat_on_discord"
19659+
msgstr "Chat on Discord"
1966019660

1966119661
msgid "frontend.click_for_error_details"
1966219662
msgstr "Click for error details"

translations/locales/es/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,9 @@ <h3 class="marginless">Interested in contributing code or course content?</h3>
447447
<div class="col">
448448
<h3>Contact Us</h3>
449449
<p>
450-
<i class="fab fa-slack"></i>&nbsp&nbsp
451-
<a href="https://join.slack.com/t/futurecoder/shared_invite/zt-tp8cmwra-CbdEeX9u3k1VyoMLDupAeQ">
452-
Chat on Slack
450+
<i class="fab fa-discord"></i>&nbsp&nbsp
451+
<a href="https://discord.gg/KwWvQCPBjW">
452+
Chat on Discord
453453
</a>
454454
</p>
455455
<p>

translations/locales/fr/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,10 @@ <h3 class="marginless">Vous souhaitez participer au développement ou proposer d
523523
<div class="col">
524524
<h3>Contacts</h3>
525525
<p>
526-
<i class="fab fa-slack"></i>&nbsp&nbsp
526+
<i class="fab fa-discord"></i>&nbsp&nbsp
527527
<a
528-
href="https://join.slack.com/t/futurecoder/shared_invite/zt-tp8cmwra-CbdEeX9u3k1VyoMLDupAeQ">
529-
Discuter sur Slack
528+
href="https://discord.gg/KwWvQCPBjW">
529+
Discuter sur Discord
530530
</a>
531531
</p>
532532
<p>

translations/locales/ta/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,9 @@ <h3 class="marginless">குறியீடு அல்லது பாடந
451451
<div class="col">
452452
<h3>எங்களை தொடர்பு கொள்ள</h3>
453453
<p>
454-
<i class="fab fa-slack"></i>&nbsp&nbsp
455-
<a href="https://join.slack.com/t/futurecoder/shared_invite/zt-tp8cmwra-CbdEeX9u3k1VyoMLDupAeQ">
456-
Slack சுலாக்கில் அரட்டை அடிக்கவும்
454+
<i class="fab fa-discord"></i>&nbsp&nbsp
455+
<a href="https://discord.gg/KwWvQCPBjW">
456+
Discord சுலாக்கில் அரட்டை அடிக்கவும்
457457
</a>
458458
</p>
459459
<p>

0 commit comments

Comments
 (0)