summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2025-01-22 22:22:50 +0100
committerNatalia <124304+nessita@users.noreply.github.com>2025-01-22 18:23:33 -0300
commitd6c2b6788405d0370b29a7ee9aa81ee8ead6a25b (patch)
tree66f8208c972ba023f760456abb48a77fd25af525 /docs/internals
parent5242220a56c531ab7491fd53ac92c5ba28967c61 (diff)
[5.2.x] Fixed #36125 -- Switched docs to use chat.djangoproject.com when referencing the Discord server.
Backport of 9a1f18635ff034b039c24ed5121cced028fc27d0 from main.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/contributing/bugs-and-features.txt2
-rw-r--r--docs/internals/contributing/index.txt2
-rw-r--r--docs/internals/contributing/new-contributors.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/contributing/bugs-and-features.txt b/docs/internals/contributing/bugs-and-features.txt
index d95ab96efd..a305eb9c38 100644
--- a/docs/internals/contributing/bugs-and-features.txt
+++ b/docs/internals/contributing/bugs-and-features.txt
@@ -167,4 +167,4 @@ Votes on technical matters should be announced and held in public on the
.. _searching: https://code.djangoproject.com/search
.. _custom queries: https://code.djangoproject.com/query
.. _Django Forum: https://forum.djangoproject.com/
-.. _Django Discord server: https://discord.gg/xcRH6mN4fa
+.. _Django Discord server: https://chat.djangoproject.com
diff --git a/docs/internals/contributing/index.txt b/docs/internals/contributing/index.txt
index 6ac5e884bd..41596e88c9 100644
--- a/docs/internals/contributing/index.txt
+++ b/docs/internals/contributing/index.txt
@@ -46,7 +46,7 @@ a great ecosystem to work in:
.. _posting guidelines: https://code.djangoproject.com/wiki/UsingTheMailingList
.. _community page: https://www.djangoproject.com/community/
-.. _Django Discord server: https://discord.gg/xcRH6mN4fa
+.. _Django Discord server: https://chat.djangoproject.com
.. _Django forum: https://forum.djangoproject.com/
.. _register it here: https://www.djangoproject.com/community/add/blogs/
diff --git a/docs/internals/contributing/new-contributors.txt b/docs/internals/contributing/new-contributors.txt
index 201fe4afc2..3ec74b6bd4 100644
--- a/docs/internals/contributing/new-contributors.txt
+++ b/docs/internals/contributing/new-contributors.txt
@@ -132,7 +132,7 @@ but not completely certain, you might also try asking on the
``#contributing-getting-started`` channel in the `Django Discord server`_ to
see if someone else can confirm your suspicions.
-.. _`Django Discord server`: https://discord.gg/xcRH6mN4fa
+.. _`Django Discord server`: https://chat.djangoproject.com
Wait for feedback, and respond to feedback that you receive
-----------------------------------------------------------