Skip to content

Commit 9a1f186

Browse files
authored
Fixed #36125 -- Switched docs to use chat.djangoproject.com when referencing the Discord server.
1 parent e262d53 commit 9a1f186

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To get more help:
3535
* Join the django-users mailing list, or read the archives, at
3636
https://groups.google.com/group/django-users.
3737

38-
* Join the `Django Discord community <https://discord.gg/xcRH6mN4fa>`_.
38+
* Join the `Django Discord community <https://chat.djangoproject.com>`_.
3939

4040
* Join the community on the `Django Forum <https://forum.djangoproject.com/>`_.
4141

Diff for: docs/faq/contributing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ issue over and over again. This sort of behavior will not gain you any
6868
additional attention -- certainly not the attention that you need in order to
6969
get your issue addressed.
7070

71-
.. _`Django Discord server`: https://discord.gg/xcRH6mN4fa
71+
.. _`Django Discord server`: https://chat.djangoproject.com
7272

7373
But I've reminded you several times and you keep ignoring my contribution!
7474
==========================================================================

Diff for: docs/faq/help.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Then, please post it in one of the following channels:
2525
* The `Django Discord server`_ for chat-based discussions.
2626

2727
.. _`"Using Django"`: https://forum.djangoproject.com/c/users/6
28-
.. _`Django Discord server`: https://discord.gg/xcRH6mN4fa
28+
.. _`Django Discord server`: https://chat.djangoproject.com
2929

3030
In all these channels please abide by the `Django Code of Conduct`_. In
3131
summary, being friendly and patient, considerate, respectful, and careful in

Diff for: docs/internals/contributing/bugs-and-features.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ Votes on technical matters should be announced and held in public on the
167167
.. _searching: https://code.djangoproject.com/search
168168
.. _custom queries: https://code.djangoproject.com/query
169169
.. _Django Forum: https://forum.djangoproject.com/
170-
.. _Django Discord server: https://discord.gg/xcRH6mN4fa
170+
.. _Django Discord server: https://chat.djangoproject.com

Diff for: docs/internals/contributing/index.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ a great ecosystem to work in:
4646

4747
.. _posting guidelines: https://code.djangoproject.com/wiki/UsingTheMailingList
4848
.. _community page: https://www.djangoproject.com/community/
49-
.. _Django Discord server: https://discord.gg/xcRH6mN4fa
49+
.. _Django Discord server: https://chat.djangoproject.com
5050
.. _Django forum: https://forum.djangoproject.com/
5151
.. _register it here: https://www.djangoproject.com/community/add/blogs/
5252

Diff for: docs/internals/contributing/new-contributors.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ but not completely certain, you might also try asking on the
132132
``#contributing-getting-started`` channel in the `Django Discord server`_ to
133133
see if someone else can confirm your suspicions.
134134

135-
.. _`Django Discord server`: https://discord.gg/xcRH6mN4fa
135+
.. _`Django Discord server`: https://chat.djangoproject.com
136136

137137
Wait for feedback, and respond to feedback that you receive
138138
-----------------------------------------------------------

Diff for: docs/intro/contributing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ so that it can be of use to the widest audience.
4747

4848
.. _Dive Into Python: https://diveintopython3.net/
4949
.. _Django Forum: https://forum.djangoproject.com/
50-
.. _Django Discord server: https://discord.gg/xcRH6mN4fa
50+
.. _Django Discord server: https://chat.djangoproject.com
5151

5252
What does this tutorial cover?
5353
------------------------------

Diff for: docs/intro/tutorial08.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ resolve the issue yourself, there are options available to you.
7070
#. Search for similar issues on the package's issue tracker. Django Debug
7171
Toolbar’s is `on GitHub <https://github.com/django-commons/django-debug-toolbar/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc>`_.
7272
#. Consult the `Django Forum <https://forum.djangoproject.com/>`_.
73-
#. Join the `Django Discord server <https://discord.gg/xcRH6mN4fa>`_.
73+
#. Join the `Django Discord server <https://chat.djangoproject.com>`_.
7474

7575
Installing other third-party packages
7676
=====================================

Diff for: docs/intro/whatsnext.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ particular Django setup, try the |django-users| mailing list or the
127127
`Django Discord server`_ instead.
128128

129129
.. _ticket system: https://code.djangoproject.com/
130-
.. _Django Discord server: https://discord.gg/xcRH6mN4fa
130+
.. _Django Discord server: https://chat.djangoproject.com
131131

132132
In plain text
133133
-------------

0 commit comments

Comments
 (0)