Skip to content

Commit a326e84

Browse files
Merge pull request freeCodeCamp#1774 from freeCodeCamp/docs/gitter-discord
docs: update gitter link to Discord
2 parents 1095bc8 + ae8a928 commit a326e84

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ Check out [EditorConfig.org](https://editorconfig.org/) to learn how to make you
8383

8484
## Questions?
8585

86-
If you have any questions, please feel free to ask them on the contributor chat room on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs).
86+
If you have any questions, please feel free to ask them on the contributor chat room on [Discord](https://discord.gg/PRyKn3Vbay).

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Question
4-
about: "Ask questions and have discussions on Gitter"
5-
url: "https://gitter.im/FreeCodeCamp/DevDocs"
4+
about: "Ask questions and have discussions on Discord"
5+
url: "https://discord.gg/PRyKn3Vbay"
66
- name: New Documentation
77
about: "Request a new documentation on Trello"
88
url: "https://trello.com/b/6BmTulfx/devdocs-documentation"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ DevDocs was created by [Thibaut Courouble](https://thibaut.me) and is operated b
66

77
## We are currently searching for maintainers
88

9-
Please reach out to the community on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs) if you would like to join the team!
9+
Please reach out to the community on [Discord](https://discord.gg/PRyKn3Vbay) if you would like to join the team!
1010

1111
Keep track of development news:
1212

13-
* Join the contributor chat room on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs)
13+
* Join the devdocs chat room on [Discord](https://discord.gg/PRyKn3Vbay)
1414
* Watch the repository on [GitHub](https://github.com/freeCodeCamp/devdocs/subscription)
1515
* Follow [@DevDocs](https://twitter.com/DevDocs) on Twitter
1616

@@ -176,4 +176,4 @@ We also wish that any documentation file generated using this software be attrib
176176

177177
## Questions?
178178

179-
If you have any questions, please feel free to ask them on the contributor chat room on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs).
179+
If you have any questions, please feel free to ask them on the contributor chat room on [Discord](https://discord.gg/PRyKn3Vbay).

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ app.templates.aboutPage = -> """
1717
<ul>
1818
<li>Follow <a href="https://twitter.com/DevDocs">@DevDocs</a> on Twitter
1919
<li>Watch the repository on <a href="https://github.com/freeCodeCamp/devdocs/subscription">GitHub</a> <iframe class="_github-btn" src="https://ghbtns.com/github-btn.html?user=freeCodeCamp&repo=devdocs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20" tabindex="-1"></iframe>
20-
<li>Join the <a href="proxy.php?url=https%3A%2F%2F%3Cspan+class%3D"x x-first x-last">gitter.im/FreeCodeCamp/DevDocs">Gitter</a> chat room
20+
<li>Join the <a href="proxy.php?url=https%3A%2F%2F%3Cspan+class%3D"x x-first x-last">discord.gg/PRyKn3Vbay">Discord</a> chat room
2121
</ul>
2222
2323
<h2 class="_block-heading" id="copyright">Copyright and License</h2>
@@ -43,7 +43,7 @@ app.templates.aboutPage = -> """
4343
<dt>Where can I suggest new docs and features?
4444
<dd>You can suggest and vote for new docs on the <a href="https://trello.com/b/6BmTulfx/devdocs-documentation">Trello board</a>.<br>
4545
If you have a specific feature request, add it to the <a href="https://github.com/freeCodeCamp/devdocs/issues">issue tracker</a>.<br>
46-
Otherwise, come talk to us in the <a href="proxy.php?url=https%3A%2F%2F%3Cspan+class%3D"x x-first x-last">gitter.im/FreeCodeCamp/DevDocs">Gitter</a> chat room.
46+
Otherwise, come talk to us in the <a href="proxy.php?url=https%3A%2F%2F%3Cspan+class%3D"x x-first x-last">discord.gg/PRyKn3Vbay">Discord</a> chat room.
4747
<dt>Where can I report bugs?
4848
<dd>In the <a href="https://github.com/freeCodeCamp/devdocs/issues">issue tracker</a>. Thanks!
4949
</dl>

assets/javascripts/templates/pages/root_tmpl.coffee.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ app.templates.intro = """
1414
<li>Run <code>thor docs:download --installed</code> to update all downloaded documentations.
1515
<li>To be notified about new versions, don't forget to <a href="https://github.com/freeCodeCamp/devdocs/subscription">watch the repository</a> on GitHub.
1616
<li>The <a href="https://github.com/freeCodeCamp/devdocs/issues">issue tracker</a> is the preferred channel for bug reports and
17-
feature requests. For everything else, use <a href="https://gitter.im/FreeCodeCamp/DevDocs">Gitter</a>.
17+
feature requests. For everything else, use <a href="https://discord.gg/PRyKn3Vbay">Discord</a>.
1818
<li>Contributions are welcome. See the <a href="https://github.com/freeCodeCamp/devdocs/blob/main/CONTRIBUTING.md">guidelines</a>.
1919
<li>DevDocs is licensed under the terms of the Mozilla Public License v2.0. For more information,
2020
see the <a href="https://github.com/freeCodeCamp/devdocs/blob/main/COPYRIGHT">COPYRIGHT</a> and

docs/adding-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Adding a documentation may look like a daunting task but once you get the hang of it, it's actually quite simple. Don't hesitate to ask for help [in Gitter](https://gitter.im/FreeCodeCamp/DevDocs) if you ever get stuck.
1+
Adding a documentation may look like a daunting task but once you get the hang of it, it's actually quite simple. Don't hesitate to ask for help [in Discord](https://discord.gg/PRyKn3Vbay) if you ever get stuck.
22

33
**Note:** please read the [contributing guidelines](../.github/CONTRIBUTING.md) before submitting a new documentation.
44

docs/maintainers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ The following people (used to) maintain DevDocs:
130130

131131
To reach out, please ping [@freeCodeCamp/devdocs](https://github.com/orgs/freeCodeCamp/teams/devdocs).
132132

133-
Interested in helping maintain DevDocs? Come talk to us on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs) :)
133+
Interested in helping maintain DevDocs? Come talk to us on [Discord](https://discord.gg/PRyKn3Vbay) :)
134134

135135
In addition, we appreciate the major contributions made by [these great people](https://github.com/freeCodeCamp/devdocs/graphs/contributors).

0 commit comments

Comments
 (0)